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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=21f8497a46f30eebe1ec2a6846dd899bb77bb675;p=python Use string.h, not strings.h --- 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 #include -#include +#include #if HAVE_UNISTD_H #include