]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
includes for compile with event2.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 22 Feb 2013 15:24:02 +0000 (15:24 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 22 Feb 2013 15:24:02 +0000 (15:24 +0000)
git-svn-id: file:///svn/unbound/trunk@2854 be551aaa-1e26-0410-a405-d3ace91eadb9

util/netevent.c

index e30302a470fb0bedb9f367e5b3e4170fd335a6b7..c5a7d8029f86a57f1c899f216fe0079b8e28d3f2 100644 (file)
@@ -98,7 +98,9 @@
 #  ifdef HAVE_EVENT_H
 #    include <event.h>
 #  else
-#    include "event.h"
+#    include "event2/event.h"
+#    include "event2/event_struct.h"
+#    include "event2/event_compat.h"
 #  endif
 #endif /* USE_MINI_EVENT */