diff options
| -rw-r--r-- | event_compat.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/event_compat.h b/event_compat.h index 258a83f..490757a 100644 --- a/event_compat.h +++ b/event_compat.h @@ -28,6 +28,7 @@  extern "C" {  #endif +#include <sys/types.h>  #include <sys/time.h>  #include <stdint.h>  #include <stdarg.h> | 
