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