From 6b3f9ac0f878199ba0ab6855a65fda369e95ae27 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Mon, 20 Jun 2011 18:40:33 +0930 Subject: tdb2: minor changes to SAMBIFY it. This is a bit messy, but it works. Kept as a separate patch so it's easier to merge back and forth with CCAN's tdb2. Signed-off-by: Rusty Russell --- lib/tdb2/tdb.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/tdb2/tdb.c') diff --git a/lib/tdb2/tdb.c b/lib/tdb2/tdb.c index b8b5aac128..753ccb0c8b 100644 --- a/lib/tdb2/tdb.c +++ b/lib/tdb2/tdb.c @@ -1,6 +1,8 @@ #include "private.h" +#ifndef _SAMBA_BUILD_ #include #include +#endif static enum TDB_ERROR update_rec_hdr(struct tdb_context *tdb, tdb_off_t off, -- cgit