From 50484d4bede6b59706457e44a32cbe2d3e9c28d2 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Wed, 14 Sep 2011 07:31:13 +0930 Subject: tdb2: make tdb1 headers include tdb2 headers. They're about to start sharing TDB2's definitions. Signed-off-by: Rusty Russell (Imported from CCAN commit 1e3138a0ad0c184d2ca49ce7bc47173eb2fe67bd) --- lib/tdb2/tdb1.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/tdb2/tdb1.h') diff --git a/lib/tdb2/tdb1.h b/lib/tdb2/tdb1.h index 9ffb57d9b5..8ce5fa9d07 100644 --- a/lib/tdb2/tdb1.h +++ b/lib/tdb2/tdb1.h @@ -26,6 +26,7 @@ You should have received a copy of the GNU Lesser General Public License along with this library; if not, see . */ +#include "tdb2.h" #ifndef _SAMBA_BUILD_ /* For mode_t */ -- cgit