r6266: Add includes for sys/extattr.h and sys/uio.h for FreeBSD xattr code.
authorJeremy Allison <jra@samba.org>
Sun, 10 Apr 2005 04:27:14 +0000 (04:27 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:56:33 +0000 (10:56 -0500)
Jeremy.

source/include/includes.h

index 20f53045915583fad1e626b8d77538935e1bef66..cf6f493dd6aca24c0b9ab0c92c0f0093a35da291 100644 (file)
 #include <sys/xattr.h>
 #endif
 
+#ifdef HAVE_SYS_EXTATTR_H
+#include <sys/extattr.h>
+#endif
+
+#ifdef HAVE_SYS_UIO_H
+#include <sys/uio.h>
+#endif
+
 #if HAVE_LOCALE_H
 #include <locale.h>
 #endif