From 46eda790905e0ca70d9ecd2822578dbfde456e63 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 16 Dec 2008 19:57:09 +0100 Subject: s4:lib/tevent: add lib/events/ compat and let things compile metze --- lib/tevent/tevent_aio.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/tevent/tevent_aio.c') diff --git a/lib/tevent/tevent_aio.c b/lib/tevent/tevent_aio.c index e30213acbc..7c3473b9a7 100644 --- a/lib/tevent/tevent_aio.c +++ b/lib/tevent/tevent_aio.c @@ -32,9 +32,9 @@ #include "system/filesys.h" #include "replace.h" -#include "events.h" -#include "events_internal.h" -#include "events_util.h" +#include "tevent.h" +#include "tevent_internal.h" +#include "tevent_util.h" #include #include -- cgit