]> granicus.if.org Git - libevent/commitdiff
Add a missing time.h include to test/regress_thread.c
authorNick Mathewson <nickm@torproject.org>
Thu, 9 Sep 2010 17:43:31 +0000 (13:43 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 9 Sep 2010 17:43:31 +0000 (13:43 -0400)
test/regress_thread.c

index 81adf441160d0e7a16d51570d5a5a86a38659bbe..6faf3050dee765d3edee06982dd162d4703955b7 100644 (file)
@@ -49,6 +49,7 @@
 #ifdef _EVENT_HAVE_UNISTD_H
 #include <unistd.h>
 #endif
+#include <time.h>
 
 #include "sys/queue.h"