Add missing windows include in time-test.c

svn:r1311
This commit is contained in:
Nick Mathewson 2009-05-22 20:11:29 +00:00
parent e8343e9ff1
commit dfe321e1ee

View File

@ -27,6 +27,9 @@
#include <event.h> #include <event.h>
#include <evutil.h> #include <evutil.h>
#ifdef WIN32
#include <winsock2.h>
#endif
#ifdef _EVENT___func__ #ifdef _EVENT___func__
#define __func__ _EVENT___func__ #define __func__ _EVENT___func__
#endif #endif