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/lib/samba3/idmap.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/lib/samba3/idmap.c') diff --git a/source4/lib/samba3/idmap.c b/source4/lib/samba3/idmap.c index 334accc2aa..c5c771cdd3 100644 --- a/source4/lib/samba3/idmap.c +++ b/source4/lib/samba3/idmap.c @@ -24,7 +24,8 @@ */ #include "includes.h" -#include "lib/tdb/include/tdbutil.h" +#include "lib/tdb/include/tdb.h" +#include "lib/util/util_tdb.h" #include "lib/samba3/samba3.h" #include "system/filesys.h" #include "libcli/security/security.h" -- cgit