Add a missing time.h include to test/regress_thread.c

This commit is contained in:
Nick Mathewson 2010-09-09 13:43:31 -04:00
parent fb36f9a7e5
commit 2756a10cd9

View File

@ -49,6 +49,7 @@
#ifdef _EVENT_HAVE_UNISTD_H
#include <unistd.h>
#endif
#include <time.h>
#include "sys/queue.h"