From 6dc02e832a57a9af882bbb94dfa56bfdabb70eb8 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Tue, 19 Jun 2012 12:43:10 +0930 Subject: lib/dbwrap: depend directly on tdb, not tdb_compat. Simple change, as we get rid of tdb_compat in favour of either ntdb directly or dbwrap. Signed-off-by: Rusty Russell --- lib/dbwrap/dbwrap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/dbwrap') diff --git a/lib/dbwrap/dbwrap.h b/lib/dbwrap/dbwrap.h index 41bcf357eb..db2cfa1e5d 100644 --- a/lib/dbwrap/dbwrap.h +++ b/lib/dbwrap/dbwrap.h @@ -20,7 +20,7 @@ #ifndef __DBWRAP_H__ #define __DBWRAP_H__ -#include "tdb_compat.h" +#include "tdb.h" struct db_record; struct db_context; -- cgit