summaryrefslogtreecommitdiff
path: root/source4/lib/com
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-12-26 18:48:23 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:47:45 -0500
commit6aafed9600a3fa05932668c70fc0e20f3724dab6 (patch)
tree978263d5cb694a4aad3f207ec2290c3d1f77029e /source4/lib/com
parentd8e35f882879e189f55b3bca818dd44cc5f0c6fa (diff)
downloadsamba-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/com')
-rw-r--r--source4/lib/com/main.c1
1 files changed, 1 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)
{