aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core/openjdk/patches-openjdk-7/icedtea-jdk-fix-xattr-include.patch
blob: ef44e7e0af43933427fdff92a71500ae9741258b (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
@@ -38,7 +38,7 @@
 
 #ifdef COMPILE_AGAINST_SYSCALLS
 #include <sys/types.h>
-#include <attr/xattr.h>
+#include <sys/xattr.h>
 #else
 #include <syscalls_fp.h>
 #endif