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 6c4c9b18..aa3213af 100644 --- a/tests/799.cpp +++ b/tests/799.cpp @@ -6,7 +6,7 @@ #include <sys/socket.h> #include <netinet/in.h> -#ifdef EMSCRIPTEN +#ifdef __EMSCRIPTEN__ #include <arpa/inet.h> #endif |