Include windows.h in node_file.cc

pull/22966/head
Bert Belder 2010-11-25 01:23:07 +01:00
parent a85a776268
commit c7f0341d88
1 changed files with 4 additions and 0 deletions

View File

@ -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