diff options
Diffstat (limited to 'system/include/net/arpa/inet.h')
-rw-r--r-- | system/include/net/arpa/inet.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/system/include/net/arpa/inet.h b/system/include/net/arpa/inet.h index 76ad8b5f..af7845fd 100644 --- a/system/include/net/arpa/inet.h +++ b/system/include/net/arpa/inet.h @@ -1,5 +1,7 @@ /* */ +#include <stdint.h> + uint32_t ntohl(uint32_t netlong); uint16_t ntohs(uint16_t netshort); |