< prev index next >

src/java.base/unix/native/libnio/ch/Net.c

Print this page
rev 55685 : 8227737: avoid implicit-function-declaration on AIX

*** 40,49 **** --- 40,50 ---- #include "net_util_md.h" #include "nio_util.h" #include "nio.h" #ifdef _AIX + #include <stdlib.h> #include <sys/utsname.h> #endif /** * IP_MULTICAST_ALL supported since 2.6.31 but may not be available at
< prev index next >