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:
@ -1 +1 @@
|
|||||||
#include <tevent_internal.h>
|
#include <../lib/tevent/tevent_internal.h>
|
||||||
|
@ -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
|
||||||
|
@ -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"
|
||||||
|
Reference in New Issue
Block a user