From a64980dd4008ba5e13d81374ee3f3073e875c33f Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 13 Jun 2006 10:47:08 +0000 Subject: r16186: Use full include path to make sure it's being picked up by the dependency generator. (This used to be commit fbbc3b11683d594d31e6487873946b68c2c46923) --- source4/lib/util/wrap_xattr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/util') 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) -- cgit