Fix some tevent includes, trying to fix the build
authorKai Blin <kai@samba.org>
Fri, 26 Dec 2008 13:09:02 +0000 (14:09 +0100)
committerKai Blin <kai@samba.org>
Fri, 26 Dec 2008 13:11:10 +0000 (14:11 +0100)
source4/lib/events/events_internal.h
source4/lib/events/tevent_s4.c
source4/lib/ldb/include/ldb_includes.h

index 308587ce2f2647645375269568e0ecf3bd40f89e..e0928310f9bc67fcaac53587892b1e94e9fef7cc 100644 (file)
@@ -1 +1 @@
-#include <tevent_internal.h>
+#include <../lib/tevent/tevent_internal.h>
index e711e4376158d8bf9729dd159eb7bcbd1d79cb7e..22e052526399b98e8eb7e4806e5f9b58edf1e592 100644 (file)
@@ -17,8 +17,8 @@
 */
 
 #include "includes.h"
-#include <tevent.h>
-#include <tevent_internal.h>
+#include <events.h>
+#include <events_internal.h>
 
 /*
   this is used to catch debug messages from events
index b55350a9d4fb86f11dd866c0032b3229308a677a..29c7b2dc5a5eaedb616f37ad4c0aa023ff6c32b3 100644 (file)
@@ -20,7 +20,7 @@
 #include "system/filesys.h"
 #include "system/time.h"
 #include "talloc.h"
-#include "tevent.h"
+#include "events.h"
 #include "ldb.h"
 #include "ldb_errors.h"
 #include "ldb_private.h"