diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2011-02-27 20:45:42 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2011-02-28 21:11:21 +0100 |
commit | 31d09b13d3dc3aa204cf416bdf87eb39b7fe5de2 (patch) | |
tree | 4d820ee2c94da215c5ab0e9f8ff110edfe52452d /source4/lib | |
parent | 136c1600648f690d7709a204c4a7117bb5a868c3 (diff) | |
download | samba-31d09b13d3dc3aa204cf416bdf87eb39b7fe5de2.tar.gz samba-31d09b13d3dc3aa204cf416bdf87eb39b7fe5de2.tar.bz2 samba-31d09b13d3dc3aa204cf416bdf87eb39b7fe5de2.zip |
tdb: Use <tdb.h> to include tdb so system headers are found when building against system tdb.
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/tdb_wrap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/tdb_wrap.c b/source4/lib/tdb_wrap.c index e08e4f73fc..97294e13d3 100644 --- a/source4/lib/tdb_wrap.c +++ b/source4/lib/tdb_wrap.c @@ -23,7 +23,7 @@ #include <tdb.h> #include "../lib/util/dlinklist.h" #include "tdb_wrap.h" -#include "tdb.h" +#include <tdb.h> static struct tdb_wrap *tdb_list; |