diff options
author | Volker Lendecke <vlendec@samba.org> | 2005-05-07 06:46:37 +0000 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2005-05-07 06:46:37 +0000 |
commit | dc2b776cf31c77d0d3065c544a90179725ffbe7f (patch) | |
tree | 5ee84ba46049a9a04cd13f77606f01dff1455048 /source | |
parent | cef957f6e4ff5f56b3d9dcf1720516be53ea4a7e (diff) | |
download | samba-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.h | 1 |
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" |