From af870da6194b47c6cd09445c1e03832d00e951bb Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 20 Oct 2006 23:32:23 +0000 Subject: r19428: moved tdbutil.c from lib/tdb/common/ to lib/util/util_tdb.c tdbutil.c is Samba specific, so should not be part of the generic tdb library (This used to be commit 979dd24f5e44605fc1603b690913b8c31be7478f) --- source4/torture/basic/mangle_test.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/torture/basic/mangle_test.c') diff --git a/source4/torture/basic/mangle_test.c b/source4/torture/basic/mangle_test.c index 091e471e8a..68ee0b63f5 100644 --- a/source4/torture/basic/mangle_test.c +++ b/source4/torture/basic/mangle_test.c @@ -22,7 +22,8 @@ #include "torture/torture.h" #include "system/filesys.h" #include "system/dir.h" -#include "lib/tdb/include/tdbutil.h" +#include "lib/tdb/include/tdb.h" +#include "lib/util/util_tdb.h" #include "libcli/libcli.h" #include "torture/util.h" #include "pstring.h" -- cgit