mirror of
https://github.com/janet-lang/janet
synced 2025-10-19 01:37:40 +00:00
Include math.h to fix some bugs on 32 bit windows.
This commit is contained in:
@@ -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
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user