summaryrefslogtreecommitdiff
path: root/source4/ntvfs/posix
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2011-02-27 18:45:53 +0100
committerJelmer Vernooij <jelmer@samba.org>2011-02-28 21:11:21 +0100
commit136c1600648f690d7709a204c4a7117bb5a868c3 (patch)
tree0196bb5951597728e3524935dc92033d89afa71f /source4/ntvfs/posix
parent4a42272f09aa52db8b1e11595b266d0ef8d4b041 (diff)
downloadsamba-136c1600648f690d7709a204c4a7117bb5a868c3.tar.gz
samba-136c1600648f690d7709a204c4a7117bb5a868c3.tar.bz2
samba-136c1600648f690d7709a204c4a7117bb5a868c3.zip
Use <tdb.h> to include tdb, so the system include file gets used when building against
system tdb.
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 1e0efcddc8..ca1d163327 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 "../tdb/include/tdb.h"
+#include <tdb.h>
#include "tdb_wrap.h"
#include "libcli/security/security.h"
#include "lib/events/events.h"
diff --git a/source4/ntvfs/posix/xattr_tdb.c b/source4/ntvfs/posix/xattr_tdb.c
index 69324a3498..de7c83677a 100644
--- a/source4/ntvfs/posix/xattr_tdb.c
+++ b/source4/ntvfs/posix/xattr_tdb.c
@@ -21,7 +21,7 @@
#include "includes.h"
#include "tdb_wrap.h"
-#include "../tdb/include/tdb.h"
+#include <tdb.h>
#include "vfs_posix.h"
#define XATTR_LIST_ATTR ".xattr_list"