r16186: Use full include path to make sure it's being picked up by the
authorJelmer Vernooij <jelmer@samba.org>
Tue, 13 Jun 2006 10:47:08 +0000 (10:47 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:09:06 +0000 (14:09 -0500)
dependency generator.
(This used to be commit fbbc3b11683d594d31e6487873946b68c2c46923)

source4/lib/util/wrap_xattr.c

index 21c8f90635f99a3d0d9b681a26f843178289c1ef..4e4470839e6c27d0a6f9e83ed24bbaa210822ff3 100644 (file)
@@ -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)