summaryrefslogtreecommitdiff
path: root/net/samba3/files/patch-include_includes.h
blob: 0260c58a5b8591fbd2b2a827049363d9705e7a49 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- include/includes.h.orig	Fri Nov 26 00:47:28 2004
+++ include/includes.h	Fri Nov 26 01:59:16 2004
@@ -476,6 +476,14 @@
 #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