Fix platform_linux.cc, missing include

This commit is contained in:
Ryan Dahl
2010-06-17 18:36:31 -07:00
parent 01a8d270cf
commit 84c10265db

View File

@@ -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 {