From: Volker Lendecke Date: Thu, 19 Jun 2008 10:39:25 +0000 (+0200) Subject: Include events_util.h in events_aio.c X-Git-Tag: samba-4.0.0alpha5~34^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87385e4c873f80956dc1c43424dd4f49a993586c;p=thirdparty%2Fsamba.git Include events_util.h in events_aio.c Without this, linking fails with DLIST_ADD and DLIST_REMOVE being undefined Signed-off-by: Stefan Metzmacher --- diff --git a/source/lib/events/events_aio.c b/source/lib/events/events_aio.c index 933ce26bf6b..e30213acbc7 100644 --- a/source/lib/events/events_aio.c +++ b/source/lib/events/events_aio.c @@ -34,6 +34,7 @@ #include "replace.h" #include "events.h" #include "events_internal.h" +#include "events_util.h" #include #include