Use string.h, not strings.h
This commit is contained in:
parent
91ba64ddd9
commit
21f8497a46
|
@ -36,7 +36,7 @@ PERFORMANCE OF THIS SOFTWARE.
|
|||
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <strings.h>
|
||||
#include <string.h>
|
||||
|
||||
#if HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
|
|
Loading…
Reference in New Issue