From 31d09b13d3dc3aa204cf416bdf87eb39b7fe5de2 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 27 Feb 2011 20:45:42 +0100 Subject: tdb: Use to include tdb so system headers are found when building against system tdb. --- source4/lib/tdb_wrap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib') diff --git a/source4/lib/tdb_wrap.c b/source4/lib/tdb_wrap.c index e08e4f73fc..97294e13d3 100644 --- a/source4/lib/tdb_wrap.c +++ b/source4/lib/tdb_wrap.c @@ -23,7 +23,7 @@ #include #include "../lib/util/dlinklist.h" #include "tdb_wrap.h" -#include "tdb.h" +#include static struct tdb_wrap *tdb_list; -- cgit