mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
dsdb: Fix includes when building against system ldb.
This commit is contained in:
parent
f370bd47b0
commit
b03637cb9e
@ -31,6 +31,8 @@
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
#include <ldb.h>
|
||||
#include <ldb_module.h>
|
||||
#include "dsdb/samdb/ldb_modules/util.h"
|
||||
|
||||
|
||||
|
@ -29,6 +29,8 @@
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
#include <ldb.h>
|
||||
#include <ldb_module.h>
|
||||
|
||||
struct subren_msg_store {
|
||||
struct subren_msg_store *next;
|
||||
|
Loading…
Reference in New Issue
Block a user