diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-11-08 12:17:52 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-11-08 12:17:52 -0800 |
commit | 2ac32ae20a38029c1fffd9e162c92f9370283dd7 (patch) | |
tree | 7ad9fce1f7b8bd2dbba0ac142dbf28a58d8c3042 | |
parent | eaf82ef990a4ae7c2f8eb33110b8b3c975ada939 (diff) |
headers fix
-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); |