From 7a05ca2c9cd387a92e1ad699ae72caea55895c13 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 18 Aug 2010 18:59:23 +0200 Subject: s3-build: use dbwrap.h only where needed. Guenther --- source3/modules/vfs_xattr_tdb.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/modules/vfs_xattr_tdb.c') diff --git a/source3/modules/vfs_xattr_tdb.c b/source3/modules/vfs_xattr_tdb.c index 28b21b6bf6..ab40af4d6e 100644 --- a/source3/modules/vfs_xattr_tdb.c +++ b/source3/modules/vfs_xattr_tdb.c @@ -21,6 +21,7 @@ #include "librpc/gen_ndr/xattr.h" #include "librpc/gen_ndr/ndr_xattr.h" #include "../librpc/gen_ndr/ndr_netlogon.h" +#include "dbwrap.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_VFS -- cgit