mirror of
https://github.com/samba-team/samba.git
synced 2025-02-25 17:57:42 +03:00
Fix some tevent includes, trying to fix the build
This commit is contained in:
parent
daaa2c8231
commit
ef1e9ed941
@ -1 +1 @@
|
||||
#include <tevent_internal.h>
|
||||
#include <../lib/tevent/tevent_internal.h>
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user