diff options
Diffstat (limited to 'third_party/libevent/log.c')
-rw-r--r-- | third_party/libevent/log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/libevent/log.c b/third_party/libevent/log.c index b62a619..48ebb26 100644 --- a/third_party/libevent/log.c +++ b/third_party/libevent/log.c @@ -50,7 +50,7 @@ #ifdef HAVE_SYS_TIME_H #include <sys/time.h> #else -#include <sys/_time.h> +#include <sys/_libevent_time.h> #endif #include <stdio.h> #include <stdlib.h> |