summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-02-23 12:48:13 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:52:05 -0500
commit80c8a522861068e7b0974986936f65052dd6f70f (patch)
tree192b6979d7ad973ed03d49ab5d6789ebd61c5738 /source4/lib
parentd3bcaf66a8568fc19a3013f9dc974fb08ee3a39a (diff)
downloadsamba-80c8a522861068e7b0974986936f65052dd6f70f.tar.gz
samba-80c8a522861068e7b0974986936f65052dd6f70f.tar.bz2
samba-80c8a522861068e7b0974986936f65052dd6f70f.zip
r13655: Use new name of build header
(This used to be commit bca0e8054f6d9c7adc9d92e0c30d4323f994c9e9)
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/com/main.c2
-rw-r--r--source4/lib/registry/common/reg_interface.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/com/main.c b/source4/lib/com/main.c
index f2e4f6473a..ab14f28b28 100644
--- a/source4/lib/com/main.c
+++ b/source4/lib/com/main.c
@@ -23,7 +23,7 @@
#include "lib/com/com.h"
#include "lib/events/events.h"
#include "librpc/gen_ndr/com_dcom.h"
-#include "smb_build.h"
+#include "build.h"
WERROR com_init_ctx(struct com_context **ctx, struct event_context *event_ctx)
{
diff --git a/source4/lib/registry/common/reg_interface.c b/source4/lib/registry/common/reg_interface.c
index 00fa42d342..6ea2f2baa6 100644
--- a/source4/lib/registry/common/reg_interface.c
+++ b/source4/lib/registry/common/reg_interface.c
@@ -21,7 +21,7 @@
#include "includes.h"
#include "dlinklist.h"
#include "lib/registry/registry.h"
-#include "smb_build.h"
+#include "build.h"
/* List of available backends */
static struct reg_init_function_entry *backends = NULL;