lib/dbwrap: depend directly on tdb, not tdb_compat.
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 19 Jun 2012 03:13:10 +0000 (12:43 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 19 Jun 2012 03:38:07 +0000 (05:38 +0200)
Simple change, as we get rid of tdb_compat in favour of either ntdb directly
or dbwrap.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
lib/dbwrap/dbwrap.h

index 41bcf357eba8d1ca0b820ff66785b354b40dcb69..db2cfa1e5d7fcdbcf88aa134d8a9504e3102fc3f 100644 (file)
@@ -20,7 +20,7 @@
 #ifndef __DBWRAP_H__
 #define __DBWRAP_H__
 
-#include "tdb_compat.h"
+#include "tdb.h"
 
 struct db_record;
 struct db_context;