< prev index next >

src/java.base/unix/native/libnet/net_util_md.h

Print this page

        

*** 27,36 **** --- 27,38 ---- #define NET_UTILS_MD_H #include <netdb.h> #include <poll.h> #include <sys/socket.h> + #include <sys/types.h> + #include <sys/un.h> /************************************************************************ * Macros and constants */
*** 67,76 **** --- 69,79 ---- typedef union { struct sockaddr sa; struct sockaddr_in sa4; struct sockaddr_in6 sa6; + struct sockaddr_un saun; } SOCKETADDRESS; /************************************************************************ * Functions */
< prev index next >