From: Guido van Rossum Date: Mon, 2 Jun 1997 22:18:31 +0000 (+0000) Subject: Use string.h, not strings.h X-Git-Tag: v1.5a3~380 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=21f8497a46f30eebe1ec2a6846dd899bb77bb675;p=thirdparty%2FPython%2Fcpython.git Use string.h, not strings.h --- diff --git a/Modules/getpath.c b/Modules/getpath.c index 8330cbfe6f55..b80dee5e6e09 100644 --- a/Modules/getpath.c +++ b/Modules/getpath.c @@ -36,7 +36,7 @@ PERFORMANCE OF THIS SOFTWARE. #include #include -#include +#include #if HAVE_UNISTD_H #include