summaryrefslogtreecommitdiff
path: root/source4/ntvfs/posix
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-09-16 16:09:50 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-09-16 16:09:50 +0200
commit8ec93160d5cf2a0f917c1e1304127625e38ec2e0 (patch)
treeb45514f84132c4996cd8ab6d2782fbea97069b17 /source4/ntvfs/posix
parent7111645d3c46e55b2c180e3db0ba8a3c670a3c31 (diff)
downloadsamba-8ec93160d5cf2a0f917c1e1304127625e38ec2e0.tar.gz
samba-8ec93160d5cf2a0f917c1e1304127625e38ec2e0.tar.bz2
samba-8ec93160d5cf2a0f917c1e1304127625e38ec2e0.zip
Fix last few includes to use new tdb location.
Diffstat (limited to 'source4/ntvfs/posix')
-rw-r--r--source4/ntvfs/posix/vfs_posix.c2
-rw-r--r--source4/ntvfs/posix/xattr_tdb.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/ntvfs/posix/vfs_posix.c b/source4/ntvfs/posix/vfs_posix.c
index ce0da7033d..797496dd78 100644
--- a/source4/ntvfs/posix/vfs_posix.c
+++ b/source4/ntvfs/posix/vfs_posix.c
@@ -26,7 +26,7 @@
#include "includes.h"
#include "vfs_posix.h"
#include "librpc/gen_ndr/security.h"
-#include "lib/tdb/include/tdb.h"
+#include "../tdb/include/tdb.h"
#include "tdb_wrap.h"
#include "util/util_ldb.h"
#include "libcli/security/security.h"
diff --git a/source4/ntvfs/posix/xattr_tdb.c b/source4/ntvfs/posix/xattr_tdb.c
index 1113ac1739..aa13fee4c8 100644
--- a/source4/ntvfs/posix/xattr_tdb.c
+++ b/source4/ntvfs/posix/xattr_tdb.c
@@ -21,7 +21,7 @@
#include "includes.h"
#include "vfs_posix.h"
-#include "lib/tdb/include/tdb.h"
+#include "../tdb/include/tdb.h"
#include "tdb_wrap.h"
#define XATTR_LIST_ATTR ".xattr_list"