diff options
author | Günther Deschner <gd@samba.org> | 2011-04-14 11:43:31 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-04-14 12:56:27 +0200 |
commit | 7ece43b15e11ccff6181266d53c88c14271167c2 (patch) | |
tree | d0900871966428bbc621311770fd7892091952e6 /source3/include/includes.h | |
parent | daea6a4b8cf48c96718d6f757d01c430d1811446 (diff) | |
download | samba-7ece43b15e11ccff6181266d53c88c14271167c2.tar.gz samba-7ece43b15e11ccff6181266d53c88c14271167c2.tar.bz2 samba-7ece43b15e11ccff6181266d53c88c14271167c2.zip |
s3-build: make sure we pick up system tdb and talloc via #include.
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Thu Apr 14 12:56:28 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3/include/includes.h')
-rw-r--r-- | source3/include/includes.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index 452464b1ce..1dac73a168 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -515,10 +515,10 @@ typedef char fstring[FSTRING_LEN]; #include "../lib/util/attr.h" #include "../lib/util/tsort.h" #include "../lib/util/dlinklist.h" -#include "tdb.h" +#include <tdb.h> #include "util_tdb.h" -#include "talloc.h" +#include <talloc.h> #include "event.h" #include "../lib/util/tevent_unix.h" |