summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2005-05-07 06:46:37 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:56:49 -0500
commitbce78238fb84c201a9bdc6ee88a6ced38ee26768 (patch)
tree5b5e90d6b8193e569e492f97749afb5e1ff6bc4d /source3
parent620f8b899ef52e7207e260ac60c414eace4d1aa3 (diff)
downloadsamba-bce78238fb84c201a9bdc6ee88a6ced38ee26768.tar.gz
samba-bce78238fb84c201a9bdc6ee88a6ced38ee26768.tar.bz2
samba-bce78238fb84c201a9bdc6ee88a6ced38ee26768.zip
r6639: Attempt to fix the build with talloc
Volker (This used to be commit f3836831da317660a3a1bb356d238f50320e1512)
Diffstat (limited to 'source3')
-rw-r--r--source3/include/includes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index 1fabe44e0e..1f2aa8baf9 100644
--- a/source3/include/includes.h
+++ b/source3/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"