diff options
Diffstat (limited to 'tests/799.cpp')
-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 |