From 2cd5ca7d25f12aa9198bf8c2deb6aea282f573ee Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 28 Dec 2005 15:38:36 +0000 Subject: r12542: Move some more prototypes out to seperate headers (This used to be commit 0aca5fd5130d980d07398f3291d294202aefe3c2) --- source4/lib/basic.mk | 1 + source4/lib/ldb/samba/ldif_handlers.c | 1 + source4/lib/ldb/tools/cmdline.c | 1 + 3 files changed, 3 insertions(+) (limited to 'source4/lib') 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 /* -- cgit