diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-02-10 07:22:25 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:09:40 -0500 |
commit | a5bd1ccadab723c531963c219a1ac2b6b0c8b845 (patch) | |
tree | 451e109584364b0e8b0c5e8fea526ca9e80fa2d1 /source4/ntvfs | |
parent | 6aa6dce3f7c4303d184b3098fbf4619e49a27e45 (diff) | |
download | samba-a5bd1ccadab723c531963c219a1ac2b6b0c8b845.tar.gz samba-a5bd1ccadab723c531963c219a1ac2b6b0c8b845.tar.bz2 samba-a5bd1ccadab723c531963c219a1ac2b6b0c8b845.zip |
r5307: removed db_wrap.h from includes.h
(This used to be commit 826baec7b348814a7bbdcdbec8c8526514f25da1)
Diffstat (limited to 'source4/ntvfs')
-rw-r--r-- | source4/ntvfs/common/brlock.c | 1 | ||||
-rw-r--r-- | source4/ntvfs/common/opendb.c | 1 | ||||
-rw-r--r-- | source4/ntvfs/posix/xattr_tdb.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/source4/ntvfs/common/brlock.c b/source4/ntvfs/common/brlock.c index e693d57ca0..5e404768e0 100644 --- a/source4/ntvfs/common/brlock.c +++ b/source4/ntvfs/common/brlock.c @@ -29,6 +29,7 @@ #include "system/filesys.h" #include "lib/tdb/include/tdb.h" #include "messages.h" +#include "db_wrap.h" /* in this module a "DATA_BLOB *file_key" is a blob that uniquely identifies diff --git a/source4/ntvfs/common/opendb.c b/source4/ntvfs/common/opendb.c index 231576b3d5..4109992bc0 100644 --- a/source4/ntvfs/common/opendb.c +++ b/source4/ntvfs/common/opendb.c @@ -43,6 +43,7 @@ #include "lib/tdb/include/tdb.h" #include "messages.h" #include "librpc/gen_ndr/ndr_security.h" +#include "db_wrap.h" struct odb_context { struct tdb_wrap *w; 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" |