summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2005-05-07 06:46:37 +0000
committerVolker Lendecke <vlendec@samba.org>2005-05-07 06:46:37 +0000
commitdc2b776cf31c77d0d3065c544a90179725ffbe7f (patch)
tree5ee84ba46049a9a04cd13f77606f01dff1455048 /source
parentcef957f6e4ff5f56b3d9dcf1720516be53ea4a7e (diff)
downloadsamba-dc2b776cf31c77d0d3065c544a90179725ffbe7f.tar.gz
samba-dc2b776cf31c77d0d3065c544a90179725ffbe7f.tar.xz
samba-dc2b776cf31c77d0d3065c544a90179725ffbe7f.zip
r6639: Attempt to fix the build with talloc
Volker
Diffstat (limited to 'source')
-rw-r--r--source/include/includes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/includes.h b/source/include/includes.h
index 1fabe44e0e7..1f2aa8baf91 100644
--- a/source/include/includes.h
+++ b/source/include/includes.h
@@ -804,6 +804,7 @@ extern int errno;
#include "tdb/tdb.h"
#include "tdb/spinlock.h"
#include "tdb/tdbutil.h"
+#define _SAMBA_BUILD_ 1
#include "talloc.h"
#include "nt_status.h"
#include "ads.h"