--- 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