mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 09:19:00 +08:00
15 lines
259 B
Diff
15 lines
259 B
Diff
diff --git a/event.c b/event.c
|
|
index 5586cd3..a67ca54 100644
|
|
--- a/event.c
|
|
+++ b/event.c
|
|
@@ -40,6 +40,9 @@
|
|
#include <stddef.h>
|
|
#include <stdlib.h>
|
|
#include <assert.h>
|
|
+#ifdef _WIN32
|
|
+#include <winsock2.h>
|
|
+#endif
|
|
|
|
#ifdef EV_EVENT_H
|
|
# include EV_EVENT_H
|