Include math.h to fix some bugs on 32 bit windows.

This commit is contained in:
Calvin Rose 2020-11-08 19:04:30 -06:00
parent d6391f2d70
commit 56b1ea3726
2 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,7 @@
#ifdef JANET_WINDOWS
#include <windows.h>
#include <math.h>
#else

View File

@ -47,6 +47,7 @@
#include <netinet/tcp.h>
#include <netdb.h>
#include <fcntl.h>
#include <math.h>
#endif
/*