summaryrefslogtreecommitdiff
path: root/event_iocp.c
diff options
context:
space:
mode:
Diffstat (limited to 'event_iocp.c')
-rw-r--r--event_iocp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/event_iocp.c b/event_iocp.c
index 82fa9aee..19c7bffc 100644
--- a/event_iocp.c
+++ b/event_iocp.c
@@ -36,6 +36,7 @@
#include "log-internal.h"
#include "mm-internal.h"
#include "event-internal.h"
+#include "evthread-internal.h"
#define NOTIFICATION_KEY ((ULONG_PTR)-1)
@@ -277,4 +278,3 @@ event_base_get_iocp(struct event_base *base)
return NULL;
#endif
}
-