src/java.base/unix/native/libnio/ch/Net.c
changeset 55753 b9798272720b
parent 54627 22323f20401b
child 58535 ccb7bf459cbd
equal deleted inserted replaced
55752:8ae33203d600 55753:b9798272720b
    40 #include "net_util_md.h"
    40 #include "net_util_md.h"
    41 #include "nio_util.h"
    41 #include "nio_util.h"
    42 #include "nio.h"
    42 #include "nio.h"
    43 
    43 
    44 #ifdef _AIX
    44 #ifdef _AIX
       
    45 #include <stdlib.h>
    45 #include <sys/utsname.h>
    46 #include <sys/utsname.h>
    46 #endif
    47 #endif
    47 
    48 
    48 /**
    49 /**
    49  * IP_MULTICAST_ALL supported since 2.6.31 but may not be available at
    50  * IP_MULTICAST_ALL supported since 2.6.31 but may not be available at