diff options
Diffstat (limited to 'Modules/getpath.c')
-rw-r--r-- | Modules/getpath.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ 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> |