diff options
Diffstat (limited to 'event_compat.h')
-rw-r--r-- | event_compat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/event_compat.h b/event_compat.h index 490757a..84ca5bf 100644 --- a/event_compat.h +++ b/event_compat.h @@ -28,7 +28,9 @@ extern "C" { #endif +#ifndef WIN32 #include <sys/types.h> +#endif #include <sys/time.h> #include <stdint.h> #include <stdarg.h> |