Showing with 1 addition and 1 deletion.
  1. +1 −1 src/node_os.cc
@@ -37,7 +37,7 @@
# include <unistd.h> // gethostname, sysconf
# include <sys/param.h> // MAXHOSTNAMELEN on Linux and the BSDs.
# include <sys/utsname.h>
#endif // __MINGW32__
#endif // __POSIX__

// Add Windows fallback.
#ifndef MAXHOSTNAMELEN