diff --git a/src/node_os.cc b/src/node_os.cc index 92f53a9c407fae..8b8c7b62c8518c 100644 --- a/src/node_os.cc +++ b/src/node_os.cc @@ -16,7 +16,7 @@ # include // gethostname, sysconf # include // MAXHOSTNAMELEN on Linux and the BSDs. # include -#endif // __MINGW32__ +#endif // __POSIX__ // Add Windows fallback. #ifndef MAXHOSTNAMELEN