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/lib | |
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/lib')
-rw-r--r-- | source3/lib/tdb_validate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/tdb_validate.h b/source3/lib/tdb_validate.h index 9eda79d7db..3e7c20d04c 100644 --- a/source3/lib/tdb_validate.h +++ b/source3/lib/tdb_validate.h @@ -23,7 +23,7 @@ #define __TDB_VALIDATE_H__ #include "lib/replace/replace.h" -#include "tdb.h" +#include <tdb.h> /** * Flag field for keeping track of the status of a validation. |