1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-05 12:22:11 +03:00

Fix some tevent includes, trying to fix the build

This commit is contained in:
Kai Blin
2008-12-26 14:09:02 +01:00
parent daaa2c8231
commit ef1e9ed941
3 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
#include <tevent_internal.h> #include <../lib/tevent/tevent_internal.h>

View File

@ -17,8 +17,8 @@
*/ */
#include "includes.h" #include "includes.h"
#include <tevent.h> #include <events.h>
#include <tevent_internal.h> #include <events_internal.h>
/* /*
this is used to catch debug messages from events this is used to catch debug messages from events

View File

@ -20,7 +20,7 @@
#include "system/filesys.h" #include "system/filesys.h"
#include "system/time.h" #include "system/time.h"
#include "talloc.h" #include "talloc.h"
#include "tevent.h" #include "events.h"
#include "ldb.h" #include "ldb.h"
#include "ldb_errors.h" #include "ldb_errors.h"
#include "ldb_private.h" #include "ldb_private.h"