summaryrefslogtreecommitdiff
path: root/bufferevent_filter.c
diff options
context:
space:
mode:
Diffstat (limited to 'bufferevent_filter.c')
-rw-r--r--bufferevent_filter.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bufferevent_filter.c b/bufferevent_filter.c
index bc70f8eb..b605600a 100644
--- a/bufferevent_filter.c
+++ b/bufferevent_filter.c
@@ -32,7 +32,7 @@
#include "event2/event-config.h"
-#ifdef _EVENT_HAVE_SYS_TIME_H
+#ifdef EVENT__HAVE_SYS_TIME_H
#include <sys/time.h>
#endif
@@ -40,7 +40,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#ifdef _EVENT_HAVE_STDARG_H
+#ifdef EVENT__HAVE_STDARG_H
#include <stdarg.h>
#endif