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/registry/common | |
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/registry/common')
-rw-r--r-- | source4/lib/registry/common/reg_interface.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; |