diff options
Diffstat (limited to 'tests/sockets/test_gethostbyname.c')
-rw-r--r-- | tests/sockets/test_gethostbyname.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sockets/test_gethostbyname.c b/tests/sockets/test_gethostbyname.c index 459c6b98..c0e11efb 100644 --- a/tests/sockets/test_gethostbyname.c +++ b/tests/sockets/test_gethostbyname.c @@ -7,7 +7,7 @@ #include <stdlib.h> #include <string.h> #include <unistd.h> -#if EMSCRIPTEN +#ifdef __EMSCRIPTEN__ #include <emscripten.h> #endif |