summaryrefslogtreecommitdiffstats
path: root/recipes-core/icedtea/openjdk-7-03b147/icedtea-jdk-fix-xattr-include.patch
blob: 9b94dc8784cc465fc0ab9e00b6b36b536802fcb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- openjdk/jdk/src/solaris/native/sun/nio/fs/LinuxNativeDispatcher.c
+++ openjdk/jdk/src/solaris/native/sun/nio/fs/LinuxNativeDispatcher.c
@@ -37,7 +37,7 @@
 
 #ifdef COMPILE_AGAINST_SYSCALLS
 #include <sys/types.h>
-#include <attr/xattr.h>
+#include <sys/xattr.h>
 #else
 #include <syscalls_fp.h>
 #endif