mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-11 05:14:46 -04: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 <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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user