summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/event.h b/event.h
index 87ad318..1466f90 100644
--- a/event.h
+++ b/event.h
@@ -121,7 +121,7 @@ int event_base_once (struct event_base *base, int fd, short events, void (*cb)(i
int event_base_priority_init (struct event_base *base, int fd);
#ifndef EV_STANDALONE
-# include "event_compat.h"
+# include <event_compat.h>
#endif
#ifdef __cplusplus