Compile fix

This commit is contained in:
Joshua Granick
2023-06-07 18:11:40 -07:00
parent 9e2d431e2b
commit 06122fe72a

View File

@@ -684,7 +684,7 @@
#define HAVE_SYS_SOCKET_H 1
/* Define to 1 if you have the <sys/sockio.h> header file. */
#if !defined(ANDROID) && !defined(HX_LINUX) && !defined(WEBOS) && !defined(BLACKBERRY) && !defined(TIZEN)
#if !defined(ANDROID) && !defined(HX_LINUX) && !defined(WEBOS) && !defined(BLACKBERRY) && !defined(TIZEN) && !defined(EMSCRIPTEN)
#define HAVE_SYS_SOCKIO_H 1
#endif