diff options
author | root <root> | 2007-11-08 23:53:41 +0000 |
---|---|---|
committer | root <root> | 2007-11-08 23:53:41 +0000 |
commit | 93de14fb2ac9996d3330d1fce388e75b3b2fb91a (patch) | |
tree | 37ac18931d135b16a4a620e0a4ed6219d57b4847 /event_compat.h | |
parent | e41dfc2c8396ec60ec237e2c5cdf11b9dbb856ac (diff) |
*** empty log message ***
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> |