mirror of
https://github.com/python/cpython.git
synced 2025-08-09 11:29:45 +00:00
Use string.h, not strings.h
This commit is contained in:
parent
91ba64ddd9
commit
21f8497a46
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <strings.h>
|
#include <string.h>
|
||||||
|
|
||||||
#if HAVE_UNISTD_H
|
#if HAVE_UNISTD_H
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue