From 136c1600648f690d7709a204c4a7117bb5a868c3 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 27 Feb 2011 18:45:53 +0100 Subject: Use to include tdb, so the system include file gets used when building against system tdb. --- source4/lib/ldb-samba/ldb_wrap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/ldb-samba/ldb_wrap.c') diff --git a/source4/lib/ldb-samba/ldb_wrap.c b/source4/lib/ldb-samba/ldb_wrap.c index e3e6dcecfa..7dcf514e23 100644 --- a/source4/lib/ldb-samba/ldb_wrap.c +++ b/source4/lib/ldb-samba/ldb_wrap.c @@ -35,7 +35,7 @@ #include "dsdb/samdb/samdb.h" #include "param/param.h" #include "../lib/util/dlinklist.h" -#include "../tdb/include/tdb.h" +#include /* this is used to catch debug messages from ldb -- cgit