diff --git a/src/node_os.cc b/src/node_os.cc index 9a995b3112f701..d8276f463d6625 100644 --- a/src/node_os.cc +++ b/src/node_os.cc @@ -17,7 +17,7 @@ # include // gethostname, sysconf # include // MAXHOSTNAMELEN on Linux and the BSDs. # include -#endif // __MINGW32__ +#endif // __POSIX__ // Add Windows fallback. #ifndef MAXHOSTNAMELEN