mirror of https://github.com/nodejs/node.git
Change string.h to strings.h compile on solaris
parent
1ecb11f944
commit
b78508266b
|
@ -5,7 +5,7 @@
|
|||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <strings.h>
|
||||
#include <limits.h> /* PATH_MAX */
|
||||
#include <assert.h>
|
||||
#include <unistd.h>
|
||||
|
|
Loading…
Reference in New Issue