diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2011-02-27 18:45:53 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2011-02-28 21:11:21 +0100 |
commit | 136c1600648f690d7709a204c4a7117bb5a868c3 (patch) | |
tree | 0196bb5951597728e3524935dc92033d89afa71f /source4/lib/ldb-samba | |
parent | 4a42272f09aa52db8b1e11595b266d0ef8d4b041 (diff) | |
download | samba-136c1600648f690d7709a204c4a7117bb5a868c3.tar.gz samba-136c1600648f690d7709a204c4a7117bb5a868c3.tar.bz2 samba-136c1600648f690d7709a204c4a7117bb5a868c3.zip |
Use <tdb.h> to include tdb, so the system include file gets used when building against
system tdb.
Diffstat (limited to 'source4/lib/ldb-samba')
-rw-r--r-- | source4/lib/ldb-samba/ldb_wrap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb-samba/ldb_wrap.c b/source4/lib/ldb-samba/ldb_wrap.c index e3e6dcecfa..7dcf514e23 100644 --- a/source4/lib/ldb-samba/ldb_wrap.c +++ b/source4/lib/ldb-samba/ldb_wrap.c @@ -35,7 +35,7 @@ #include "dsdb/samdb/samdb.h" #include "param/param.h" #include "../lib/util/dlinklist.h" -#include "../tdb/include/tdb.h" +#include <tdb.h> /* this is used to catch debug messages from ldb |