mirror of
https://github.com/libevent/libevent.git
synced 2025-01-09 00:56:20 +08:00
Add missing windows include in time-test.c
svn:r1311
This commit is contained in:
parent
e8343e9ff1
commit
dfe321e1ee
@ -27,6 +27,9 @@
|
||||
#include <event.h>
|
||||
#include <evutil.h>
|
||||
|
||||
#ifdef WIN32
|
||||
#include <winsock2.h>
|
||||
#endif
|
||||
#ifdef _EVENT___func__
|
||||
#define __func__ _EVENT___func__
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user