From: Jeremy Allison Date: Sun, 10 Apr 2005 04:27:14 +0000 (+0000) Subject: r6266: Add includes for sys/extattr.h and sys/uio.h for FreeBSD xattr code. X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~4958 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=695d45bcadbcc1528900255534be47f135160529;p=thirdparty%2Fsamba.git r6266: Add includes for sys/extattr.h and sys/uio.h for FreeBSD xattr code. Jeremy. --- diff --git a/source/include/includes.h b/source/include/includes.h index 20f53045915..cf6f493dd6a 100644 --- a/source/include/includes.h +++ b/source/include/includes.h @@ -476,6 +476,14 @@ #include #endif +#ifdef HAVE_SYS_EXTATTR_H +#include +#endif + +#ifdef HAVE_SYS_UIO_H +#include +#endif + #if HAVE_LOCALE_H #include #endif