mirror of https://github.com/nodejs/node.git
Add limits.h to src/node.cc for PATH_MAX
parent
97ce138621
commit
82d986db24
|
@ -15,6 +15,7 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <strings.h>
|
||||
#include <limits.h> /* PATH_MAX */
|
||||
#include <assert.h>
|
||||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
|
|
Loading…
Reference in New Issue