cygwin: fix undefined _SC_PAGESIZE
unistd.h was not included, when tried to build node 0.5.9 had an error of: _SC_PAGESIZE undefined
This commit is contained in:
parent
e4680ccc62
commit
57ae9cc4a8
@ -24,6 +24,7 @@
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
#include <errno.h>
|
||||
#include <unistd.h>
|
||||
#include <time.h>
|
||||
|
||||
#undef NANOSEC
|
||||
|
||||
Loading…
Reference in New Issue
Block a user