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:
Shimon Doodkin 2011-11-20 05:32:21 +02:00 committed by Ben Noordhuis
parent e4680ccc62
commit 57ae9cc4a8

View File

@ -24,6 +24,7 @@
#include <stdint.h>
#include <stddef.h>
#include <errno.h>
#include <unistd.h>
#include <time.h>
#undef NANOSEC