mirror of https://github.com/nodejs/node.git
Just add an extra include for strings.h - don't try to be cute
parent
8e5b91c79b
commit
c90e44e582
|
@ -6,6 +6,7 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <strings.h>
|
||||
#include <string.h>
|
||||
#include <limits.h> /* PATH_MAX */
|
||||
#include <assert.h>
|
||||
#include <unistd.h>
|
||||
|
|
Loading…
Reference in New Issue