From df4a6e82280845668dee6fe10f2025c9fa2b958c Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Tue, 19 Jun 2012 12:43:10 +0930 Subject: ldb: use tdb directly, not tdb_compat. Signed-off-by: Rusty Russell --- lib/ldb/ldb_tdb/ldb_tdb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ldb/ldb_tdb/ldb_tdb.h') diff --git a/lib/ldb/ldb_tdb/ldb_tdb.h b/lib/ldb/ldb_tdb/ldb_tdb.h index 3b87b56bfd..c89dd7f1ae 100644 --- a/lib/ldb/ldb_tdb/ldb_tdb.h +++ b/lib/ldb/ldb_tdb/ldb_tdb.h @@ -1,7 +1,7 @@ #include "replace.h" #include "system/filesys.h" #include "system/time.h" -#include "tdb_compat.h" +#include "tdb.h" #include "ldb_module.h" /* this private structure is used by the ltdb backend in the -- cgit