diff options
-rw-r--r-- | include/luaevent.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/luaevent.h b/include/luaevent.h index ef3386b..e419998 100644 --- a/include/luaevent.h +++ b/include/luaevent.h @@ -5,7 +5,11 @@ #include <lua.h> #include <sys/types.h> +#ifdef _WIN32 +#include <winsock2.h> +#else #include <sys/time.h> +#endif #include <event.h> typedef struct { |