diff options
author | Guido van Rossum <guido@python.org> | 1990-12-20 23:02:42 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1990-12-20 23:02:42 (GMT) |
commit | d05c4b2a7c88c209e1cb4d1f24368ece616d498c (patch) | |
tree | 8b6fb3fc49234cf4f12816f9f7b47c37e91e9ced /Include | |
parent | 3f5da24ea304e674a9abbdcffc4d671e32aa70f1 (diff) | |
download | cpython-d05c4b2a7c88c209e1cb4d1f24368ece616d498c.zip cpython-d05c4b2a7c88c209e1cb4d1f24368ece616d498c.tar.gz cpython-d05c4b2a7c88c209e1cb4d1f24368ece616d498c.tar.bz2 |
Include <string.h> instead of "string.h".
Diffstat (limited to 'Include')
-rw-r--r-- | Include/allobjects.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/allobjects.h b/Include/allobjects.h index ed37609..7296d59 100644 --- a/Include/allobjects.h +++ b/Include/allobjects.h @@ -1,7 +1,7 @@ /* "allobjects.c" -- Source for precompiled header "allobjects.h" */ #include <stdio.h> -#include "string.h" +#include <string.h> #include "PROTO.h" |