From 87385e4c873f80956dc1c43424dd4f49a993586c Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 19 Jun 2008 12:39:25 +0200 Subject: [PATCH] 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 --- source/lib/events/events_aio.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/lib/events/events_aio.c b/source/lib/events/events_aio.c index 933ce26bf6bd..e30213acbc71 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 -- 2.34.1