From 21f8497a46f30eebe1ec2a6846dd899bb77bb675 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 2 Jun 1997 22:18:31 +0000 Subject: [PATCH] Use string.h, not strings.h --- Modules/getpath.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/getpath.c b/Modules/getpath.c index 8330cbfe6f5..b80dee5e6e0 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