From 2d65e5a60d6ff7648ef71535f1018390aefe194e Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 19 Jun 2008 12:39:25 +0200 Subject: 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 (This used to be commit 87385e4c873f80956dc1c43424dd4f49a993586c) --- source4/lib/events/events_aio.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/lib/events') diff --git a/source4/lib/events/events_aio.c b/source4/lib/events/events_aio.c index 933ce26bf6..e30213acbc 100644 --- a/source4/lib/events/events_aio.c +++ b/source4/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 -- cgit