Skip to content

Commit

Permalink
8265018: [AIX] FileDispatcherImpl.c:31:10: fatal error: 'sys/mount.h'…
Browse files Browse the repository at this point in the history
… file not found

Reviewed-by: clanger
  • Loading branch information
TheRealMDoerr committed Apr 12, 2021
1 parent ecef1fc commit cb2806d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/java.base/unix/native/libnio/ch/FileDispatcherImpl.c
Expand Up @@ -28,8 +28,10 @@
#include <fcntl.h>
#include <sys/uio.h>
#include <unistd.h>
#ifdef MACOSX
#include <sys/mount.h>
#include <sys/param.h>
#endif
#include <sys/stat.h>
#include <sys/statvfs.h>

Expand Down

1 comment on commit cb2806d

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.