diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-04-29 12:50:38 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-04-29 12:50:38 -0700 |
commit | 68642fde1e63ce1c325ff8c63780983f64d4f29a (patch) | |
tree | eb04f35e2f16ef7ccdf08328c94aaa2e002deaa2 /tests | |
parent | e9bff1254e551dd18366a013364f933283922c93 (diff) | |
parent | 6b98f6ca9264b7733fa44cbb7651ca60876157a8 (diff) |
Merge pull request #1110 from waywardmonkeys/fix_test_799_include_path
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 |