Include events_util.h in events_aio.c
authorVolker Lendecke <vl@samba.org>
Thu, 19 Jun 2008 10:39:25 +0000 (12:39 +0200)
committerStefan Metzmacher <metze@samba.org>
Thu, 19 Jun 2008 12:23:13 +0000 (14:23 +0200)
Without this, linking fails with DLIST_ADD and DLIST_REMOVE being undefined

Signed-off-by: Stefan Metzmacher <metze@samba.org>
source/lib/events/events_aio.c

index 933ce26bf6bd31e7e2da8161414566d928aa6f81..e30213acbc71d540ef162878c3438909f81a4fda 100644 (file)
@@ -34,6 +34,7 @@
 #include "replace.h"
 #include "events.h"
 #include "events_internal.h"
+#include "events_util.h"
 #include <sys/epoll.h>
 #include <libaio.h>