Browse Source

Include windows.h in node_file.cc

v0.7.4-release
Bert Belder 14 years ago
parent
commit
c7f0341d88
  1. 4
      src/node_file.cc

4
src/node_file.cc

@ -15,6 +15,10 @@
#include <errno.h>
#include <limits.h>
#ifdef __MINGW32__
#include <windows.h>
#endif
/* used for readlink, AIX doesn't provide it */
#ifndef PATH_MAX
#define PATH_MAX 4096

Loading…
Cancel
Save