summaryrefslogtreecommitdiff
path: root/source4/lib/util/wrap_xattr.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-06-13 10:47:08 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:09:06 -0500
commita64980dd4008ba5e13d81374ee3f3073e875c33f (patch)
treedfbb764d38be3c9e175a78d1cd5a1a56324a02e5 /source4/lib/util/wrap_xattr.c
parentfdc5a3aeb5558bb52d59eb5cb4624cd4505c8ce3 (diff)
downloadsamba-a64980dd4008ba5e13d81374ee3f3073e875c33f.tar.gz
samba-a64980dd4008ba5e13d81374ee3f3073e875c33f.tar.bz2
samba-a64980dd4008ba5e13d81374ee3f3073e875c33f.zip
r16186: Use full include path to make sure it's being picked up by the
dependency generator. (This used to be commit fbbc3b11683d594d31e6487873946b68c2c46923)
Diffstat (limited to 'source4/lib/util/wrap_xattr.c')
-rw-r--r--source4/lib/util/wrap_xattr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/util/wrap_xattr.c b/source4/lib/util/wrap_xattr.c
index 21c8f90635..4e4470839e 100644
--- a/source4/lib/util/wrap_xattr.c
+++ b/source4/lib/util/wrap_xattr.c
@@ -22,7 +22,7 @@
#include "includes.h"
#include "system/filesys.h"
-#include "wrap_xattr.h"
+#include "lib/util/wrap_xattr.h"
#if defined(HAVE_XATTR_SUPPORT) && defined(XATTR_ADDITIONAL_OPTIONS)
static ssize_t _wrap_darwin_fgetxattr(int fd, const char *name, void *value, size_t size)