diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-12-26 18:48:23 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:47:45 -0500 |
commit | 6aafed9600a3fa05932668c70fc0e20f3724dab6 (patch) | |
tree | 978263d5cb694a4aad3f207ec2290c3d1f77029e /source4/lib | |
parent | d8e35f882879e189f55b3bca818dd44cc5f0c6fa (diff) | |
download | samba-6aafed9600a3fa05932668c70fc0e20f3724dab6.tar.gz samba-6aafed9600a3fa05932668c70fc0e20f3724dab6.tar.bz2 samba-6aafed9600a3fa05932668c70fc0e20f3724dab6.zip |
r12499: Move smb_build.h out of includes.h
(This used to be commit c92ace494f92084ddf178626cdf392d151043bc7)
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/com/main.c | 1 | ||||
-rw-r--r-- | source4/lib/ldb/tools/cmdline.c | 1 | ||||
-rw-r--r-- | source4/lib/registry/common/reg_interface.c | 1 | ||||
-rw-r--r-- | source4/lib/registry/tools/regdiff.c | 1 | ||||
-rw-r--r-- | source4/lib/registry/tools/regpatch.c | 1 | ||||
-rw-r--r-- | source4/lib/registry/tools/regshell.c | 1 | ||||
-rw-r--r-- | source4/lib/registry/tools/regtree.c | 1 |
7 files changed, 7 insertions, 0 deletions
diff --git a/source4/lib/com/main.c b/source4/lib/com/main.c index f264c3f25b..123ba49b09 100644 --- a/source4/lib/com/main.c +++ b/source4/lib/com/main.c @@ -23,6 +23,7 @@ #include "lib/com/com.h" #include "lib/events/events.h" #include "librpc/gen_ndr/com_dcom.h" +#include "smb_build.h" WERROR com_init_ctx(struct com_context **ctx, struct event_context *event_ctx) { diff --git a/source4/lib/ldb/tools/cmdline.c b/source4/lib/ldb/tools/cmdline.c index 78dc84d01c..3bbc87d05f 100644 --- a/source4/lib/ldb/tools/cmdline.c +++ b/source4/lib/ldb/tools/cmdline.c @@ -28,6 +28,7 @@ #include "ldb/tools/cmdline.h" #ifdef _SAMBA_BUILD_ #include "lib/cmdline/popt_common.h" +#include "smb_build.h" #endif /* diff --git a/source4/lib/registry/common/reg_interface.c b/source4/lib/registry/common/reg_interface.c index ac8b90dcdb..b0540c1ba4 100644 --- a/source4/lib/registry/common/reg_interface.c +++ b/source4/lib/registry/common/reg_interface.c @@ -21,6 +21,7 @@ #include "includes.h" #include "dlinklist.h" #include "lib/registry/registry.h" +#include "smb_build.h" /* List of available backends */ static struct reg_init_function_entry *backends = NULL; diff --git a/source4/lib/registry/tools/regdiff.c b/source4/lib/registry/tools/regdiff.c index 92fe53ff67..7c6a5d75ae 100644 --- a/source4/lib/registry/tools/regdiff.c +++ b/source4/lib/registry/tools/regdiff.c @@ -23,6 +23,7 @@ #include "dynconfig.h" #include "lib/registry/registry.h" #include "lib/cmdline/popt_common.h" +#include "smb_build.h" int main(int argc, char **argv) { diff --git a/source4/lib/registry/tools/regpatch.c b/source4/lib/registry/tools/regpatch.c index eca14741a5..8f86d8a8f0 100644 --- a/source4/lib/registry/tools/regpatch.c +++ b/source4/lib/registry/tools/regpatch.c @@ -25,6 +25,7 @@ #include "lib/cmdline/popt_common.h" #include "system/filesys.h" #include "librpc/gen_ndr/winreg.h" +#include "smb_build.h" int main(int argc, char **argv) { diff --git a/source4/lib/registry/tools/regshell.c b/source4/lib/registry/tools/regshell.c index cd67f09c33..ef5c598989 100644 --- a/source4/lib/registry/tools/regshell.c +++ b/source4/lib/registry/tools/regshell.c @@ -25,6 +25,7 @@ #include "lib/cmdline/popt_common.h" #include "system/time.h" #include "librpc/gen_ndr/ndr_security.h" +#include "smb_build.h" /* * ck/cd - change key diff --git a/source4/lib/registry/tools/regtree.c b/source4/lib/registry/tools/regtree.c index c24e66412f..8856c4d61c 100644 --- a/source4/lib/registry/tools/regtree.c +++ b/source4/lib/registry/tools/regtree.c @@ -23,6 +23,7 @@ #include "dynconfig.h" #include "lib/registry/registry.h" #include "lib/cmdline/popt_common.h" +#include "smb_build.h" static void print_tree(int l, struct registry_key *p, int fullpath, int novals) { |