Kaydet (Commit) 21f8497a authored tarafından Guido van Rossum's avatar Guido van Rossum

Use string.h, not strings.h

üst 91ba64dd
...@@ -36,7 +36,7 @@ PERFORMANCE OF THIS SOFTWARE. ...@@ -36,7 +36,7 @@ PERFORMANCE OF THIS SOFTWARE.
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <strings.h> #include <string.h>
#if HAVE_UNISTD_H #if HAVE_UNISTD_H
#include <unistd.h> #include <unistd.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment