mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
11 lines
384 B
Diff
11 lines
384 B
Diff
--- openjdk.orig/jdk/src/solaris/native/sun/nio/fs/LinuxNativeDispatcher.c 2019-05-30 09:55:45.271164370 +0300
|
|
+++ openjdk/jdk/src/solaris/native/sun/nio/fs/LinuxNativeDispatcher.c 2019-05-30 09:56:01.000980599 +0300
|
|
@@ -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
|