diff options
-rw-r--r-- | include/arpa/inet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/arpa/inet.h b/include/arpa/inet.h index f3ce595..7ac95e5 100644 --- a/include/arpa/inet.h +++ b/include/arpa/inet.h @@ -69,7 +69,7 @@ typedef __uint32_t in_addr_t; #endif #ifndef _IN_PORT_T_DECLARED_ -typedef _uint16_t in_port_t; +typedef __uint16_t in_port_t; #define _IN_PORT_T_DECLARED_ #endif |