From a5bd1ccadab723c531963c219a1ac2b6b0c8b845 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 10 Feb 2005 07:22:25 +0000 Subject: r5307: removed db_wrap.h from includes.h (This used to be commit 826baec7b348814a7bbdcdbec8c8526514f25da1) --- source4/ntvfs/posix/xattr_tdb.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/ntvfs/posix/xattr_tdb.c') diff --git a/source4/ntvfs/posix/xattr_tdb.c b/source4/ntvfs/posix/xattr_tdb.c index 29971ebeb5..f488569ca5 100644 --- a/source4/ntvfs/posix/xattr_tdb.c +++ b/source4/ntvfs/posix/xattr_tdb.c @@ -23,6 +23,7 @@ #include "includes.h" #include "vfs_posix.h" #include "lib/tdb/include/tdb.h" +#include "db_wrap.h" #define XATTR_LIST_ATTR ".xattr_list" -- cgit