diff options
author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2013-04-29 18:20:35 +0700 |
---|---|---|
committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2013-04-29 18:20:35 +0700 |
commit | 6b98f6ca9264b7733fa44cbb7651ca60876157a8 (patch) | |
tree | b191c8d6bfa392bac3dbbb5dd25dafdc343fcd20 /tests | |
parent | 5ba1a0e94fdb1f230efa34bfe5e2725ff7abef39 (diff) |
This header is <arpa/inet.h>, not <net/arpa/...>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/799.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/799.cpp b/tests/799.cpp index 56032133..6c4c9b18 100644 --- a/tests/799.cpp +++ b/tests/799.cpp @@ -7,7 +7,7 @@ #include <netinet/in.h> #ifdef EMSCRIPTEN -#include <net/arpa/inet.h> +#include <arpa/inet.h> #endif #define uint16 uint16_t |