diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-11-17 22:49:24 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:45:43 +0100 |
commit | 669a4e14fcf73af63e373c749f338542fe68ceea (patch) | |
tree | 27cc1b81ee55fff37fc3c26d5c8f031e34a18b84 /source4/lib | |
parent | e5e362567d6d4089a806fb1b628c2130d20de151 (diff) | |
download | samba-669a4e14fcf73af63e373c749f338542fe68ceea.tar.gz samba-669a4e14fcf73af63e373c749f338542fe68ceea.tar.bz2 samba-669a4e14fcf73af63e373c749f338542fe68ceea.zip |
r26019: use <tdb.h> instead of "tdb.h"
metze
(This used to be commit e162958e6f9cd79f2caf1213f78d3f6a4cf90b9d)
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/tdb_wrap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/tdb_wrap.h b/source4/lib/tdb_wrap.h index bb36cabd40..b97d88a93a 100644 --- a/source4/lib/tdb_wrap.h +++ b/source4/lib/tdb_wrap.h @@ -22,7 +22,7 @@ #ifndef _TDB_WRAP_H_ #define _TDB_WRAP_H_ -#include "tdb.h" +#include <tdb.h> struct tdb_wrap { struct tdb_context *tdb; |