includes for compile with event2.

git-svn-id: file:///svn/unbound/trunk@2854 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2013-02-22 15:24:02 +00:00
parent 501c63598b
commit dc7d75bbed

View 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 */