mirror of
https://github.com/nodejs/node-v0.x-archive.git
synced 2026-04-28 03:01:10 -04:00
Fix platform_linux.cc, missing include
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
#include "node.h"
|
||||
#include "platform.h"
|
||||
|
||||
# include <sys/param.h> /* for MAXPATHLEN */
|
||||
#include <sys/param.h> // for MAXPATHLEN
|
||||
#include <unistd.h> // getpagesize
|
||||
|
||||
|
||||
namespace node {
|
||||
|
||||
Reference in New Issue
Block a user