summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/basic.mk1
-rw-r--r--source4/lib/ldb/samba/ldif_handlers.c1
-rw-r--r--source4/lib/ldb/tools/cmdline.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/source4/lib/basic.mk b/source4/lib/basic.mk
index b4bde76d3f..a092f2c818 100644
--- a/source4/lib/basic.mk
+++ b/source4/lib/basic.mk
@@ -57,6 +57,7 @@ OBJ_FILES = \
################################################
[SUBSYSTEM::GENCACHE]
+PRIVATE_PROTO_HEADER = gencache.h
OBJ_FILES = \
gencache.o \
diff --git a/source4/lib/ldb/samba/ldif_handlers.c b/source4/lib/ldb/samba/ldif_handlers.c
index 6d2e4349cf..84270195dc 100644
--- a/source4/lib/ldb/samba/ldif_handlers.c
+++ b/source4/lib/ldb/samba/ldif_handlers.c
@@ -27,6 +27,7 @@
#include "ldb/include/ldb_private.h"
#include "librpc/gen_ndr/ndr_security.h"
#include "librpc/gen_ndr/ndr_misc.h"
+#include "dsdb/samdb/samdb.h"
/*
convert a ldif formatted objectSid to a NDR formatted blob
diff --git a/source4/lib/ldb/tools/cmdline.c b/source4/lib/ldb/tools/cmdline.c
index 3bbc87d05f..a14434622f 100644
--- a/source4/lib/ldb/tools/cmdline.c
+++ b/source4/lib/ldb/tools/cmdline.c
@@ -29,6 +29,7 @@
#ifdef _SAMBA_BUILD_
#include "lib/cmdline/popt_common.h"
#include "smb_build.h"
+#include "auth/auth.h"
#endif
/*