]> granicus.if.org Git - python/commitdiff
Use string.h, not strings.h
authorGuido van Rossum <guido@python.org>
Mon, 2 Jun 1997 22:18:31 +0000 (22:18 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 2 Jun 1997 22:18:31 +0000 (22:18 +0000)
Modules/getpath.c

index 8330cbfe6f559de7c9fd0364e794b0f7fc7990ce..b80dee5e6e093a6f418149940ce95aee9c6a1cda 100644 (file)
@@ -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>