diff options
author | Simo Sorce <idra@samba.org> | 2009-02-23 17:35:49 -0500 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2009-02-23 17:38:11 -0500 |
commit | 1cd7fe71940b7420dd478321b8368a31ae713917 (patch) | |
tree | 4f03599f3aa40521a5a142fa6f37160233ff8d62 /source4/lib/ldb/ldb_tdb | |
parent | cf7539abfb0f6e6956bed7a478e0cda6ab734674 (diff) | |
download | samba-1cd7fe71940b7420dd478321b8368a31ae713917.tar.gz samba-1cd7fe71940b7420dd478321b8368a31ae713917.tar.bz2 samba-1cd7fe71940b7420dd478321b8368a31ae713917.zip |
Fix headers, ldb_includes.h is a private header,
do not reference it from ldb.h
Diffstat (limited to 'source4/lib/ldb/ldb_tdb')
-rw-r--r-- | source4/lib/ldb/ldb_tdb/ldb_index.c | 1 | ||||
-rw-r--r-- | source4/lib/ldb/ldb_tdb/ldb_tdb.h | 8 |
2 files changed, 2 insertions, 7 deletions
diff --git a/source4/lib/ldb/ldb_tdb/ldb_index.c b/source4/lib/ldb/ldb_tdb/ldb_index.c index cdbef3944b..ad27c9a9a9 100644 --- a/source4/lib/ldb/ldb_tdb/ldb_index.c +++ b/source4/lib/ldb/ldb_tdb/ldb_index.c @@ -32,6 +32,7 @@ */ #include "ldb_tdb.h" +#include "dlinklist.h" /* the idxptr code is a bit unusual. The way it works is to replace diff --git a/source4/lib/ldb/ldb_tdb/ldb_tdb.h b/source4/lib/ldb/ldb_tdb/ldb_tdb.h index 7ebf199f6f..0a06cdb1b0 100644 --- a/source4/lib/ldb/ldb_tdb/ldb_tdb.h +++ b/source4/lib/ldb/ldb_tdb/ldb_tdb.h @@ -1,11 +1,5 @@ -#if (_SAMBA_BUILD_ == 3) -#include "tdb/include/tdb.h" -#else -#include "replace.h" -#include "system/wait.h" +#include "ldb_includes.h" #include "tdb.h" -#endif - #include "ldb_module.h" /* this private structure is used by the ltdb backend in the |