From c7f0341d887eb23552778a193748c64660a03a3b Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Thu, 25 Nov 2010 01:23:07 +0100 Subject: [PATCH] Include windows.h in node_file.cc --- src/node_file.cc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/node_file.cc b/src/node_file.cc index d7f8b95ce2..a9f438a702 100644 --- a/src/node_file.cc +++ b/src/node_file.cc @@ -15,6 +15,10 @@ #include #include +#ifdef __MINGW32__ +#include +#endif + /* used for readlink, AIX doesn't provide it */ #ifndef PATH_MAX #define PATH_MAX 4096