summaryrefslogtreecommitdiff
path: root/Modules/getpath.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-06-02 22:18:31 +0000
committerGuido van Rossum <guido@python.org>1997-06-02 22:18:31 +0000
commit21f8497a46f30eebe1ec2a6846dd899bb77bb675 (patch)
treedec1353d67f19f080d277166f337de3b48804e01 /Modules/getpath.c
parent91ba64ddd9d4835f1c48fbfabd8d1c24e2c777f2 (diff)
downloadcpython-git-21f8497a46f30eebe1ec2a6846dd899bb77bb675.tar.gz
Use string.h, not strings.h
Diffstat (limited to 'Modules/getpath.c')
-rw-r--r--Modules/getpath.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/getpath.c b/Modules/getpath.c
index 8330cbfe6f..b80dee5e6e 100644
--- a/Modules/getpath.c
+++ b/Modules/getpath.c
@@ -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>