Use string.h, not strings.h
diff --git a/Modules/getpath.c b/Modules/getpath.c
index 8330cbf..b80dee5 100644
--- a/Modules/getpath.c
+++ b/Modules/getpath.c
@@ -36,7 +36,7 @@
 
 #include <sys/types.h>
 #include <sys/stat.h>
-#include <strings.h>
+#include <string.h>
 
 #if HAVE_UNISTD_H
 #include <unistd.h>