mirror of
https://github.com/janet-lang/janet
synced 2024-11-28 11:09:54 +00:00
Include math.h to fix some bugs on 32 bit windows.
This commit is contained in:
parent
d6391f2d70
commit
56b1ea3726
@ -36,6 +36,7 @@
|
||||
#ifdef JANET_WINDOWS
|
||||
|
||||
#include <windows.h>
|
||||
#include <math.h>
|
||||
|
||||
#else
|
||||
|
||||
|
@ -47,6 +47,7 @@
|
||||
#include <netinet/tcp.h>
|
||||
#include <netdb.h>
|
||||
#include <fcntl.h>
|
||||
#include <math.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user