diff options
Diffstat (limited to 'system/include/net/arpa/inet.h')
-rw-r--r-- | system/include/net/arpa/inet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/include/net/arpa/inet.h b/system/include/net/arpa/inet.h index 9d078276..83eaa0fa 100644 --- a/system/include/net/arpa/inet.h +++ b/system/include/net/arpa/inet.h @@ -7,6 +7,7 @@ extern "C" { #endif #include <stdint.h> +#include <netdb.h> uint32_t htonl(uint32_t hostlong); uint16_t htons(uint16_t hostshort); |