From 2756a10cd94485109caae29dc0c914acd25f5137 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 9 Sep 2010 13:43:31 -0400 Subject: [PATCH] Add a missing time.h include to test/regress_thread.c --- test/regress_thread.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/regress_thread.c b/test/regress_thread.c index 81adf441..6faf3050 100644 --- a/test/regress_thread.c +++ b/test/regress_thread.c @@ -49,6 +49,7 @@ #ifdef _EVENT_HAVE_UNISTD_H #include #endif +#include #include "sys/queue.h" -- 2.40.0