summaryrefslogtreecommitdiff
path: root/evport.c
diff options
context:
space:
mode:
Diffstat (limited to 'evport.c')
-rw-r--r--evport.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/evport.c b/evport.c
index 2968de4b..ae53a188 100644
--- a/evport.c
+++ b/evport.c
@@ -70,7 +70,8 @@
#include <assert.h>
#endif
-#include "event.h"
+#include "event2/event.h"
+#include "event2/event_struct.h"
#include "event-internal.h"
#include "log.h"
#include "evsignal.h"