diff --git a/src/node.cc b/src/node.cc index 22c278835a..527d11ca8e 100644 --- a/src/node.cc +++ b/src/node.cc @@ -47,7 +47,7 @@ # include /* getgrnam() */ #endif -#include +#include "platform.h" #include #include #include diff --git a/src/node_buffer.cc b/src/node_buffer.cc index 4520548aba..75573920e0 100644 --- a/src/node_buffer.cc +++ b/src/node_buffer.cc @@ -30,7 +30,7 @@ #include // memcpy #ifdef __MINGW32__ -# include +# include "platform.h" # include // htons, htonl #endif diff --git a/src/node_os.cc b/src/node_os.cc index 1b985276c4..919f2951da 100644 --- a/src/node_os.cc +++ b/src/node_os.cc @@ -22,7 +22,7 @@ #include #include -#include +#include "platform.h" #include diff --git a/src/platform_win32.cc b/src/platform_win32.cc index 316dd8fe1d..970986c47c 100644 --- a/src/platform_win32.cc +++ b/src/platform_win32.cc @@ -21,7 +21,7 @@ #include -#include +#include "platform.h" #include