From: Brendan Hansen Date: Wed, 4 May 2022 17:00:40 +0000 (-0500) Subject: adding winsock.h X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=f6b3bdfd829d8f54df85df242942617b664a8fde;p=onyx.git adding winsock.h --- diff --git a/src/onyx_runtime.c b/src/onyx_runtime.c index 33410e02..1bbacf2b 100644 --- a/src/onyx_runtime.c +++ b/src/onyx_runtime.c @@ -20,6 +20,10 @@ #include #endif +#ifdef _BH_WINDOWS + #include +#endif + #include "types.h" // For POINTER_SIZE #define ONYX_FILE_ERROR_NONE 0