diff options
Diffstat (limited to 'system')
-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 83eaa0fa..2b701c15 100644 --- a/system/include/net/arpa/inet.h +++ b/system/include/net/arpa/inet.h @@ -8,6 +8,7 @@ extern "C" { #include <stdint.h> #include <netdb.h> +#include <netinet/in.h> uint32_t htonl(uint32_t hostlong); uint16_t htons(uint16_t hostshort); |