diff options
| author | Guido van Rossum <guido@python.org> | 1998-06-19 04:33:30 +0000 |
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 1998-06-19 04:33:30 +0000 |
| commit | 5cd70f4f66f2424e7eec431c9e96270e341a5e55 (patch) | |
| tree | 8e89402f98eeb4e71ffd41d01bdce0778f93e2f7 /Modules | |
| parent | 40ae0e93cd9c0caad056e73f2055f893b674a635 (diff) | |
| download | cpython-git-5cd70f4f66f2424e7eec431c9e96270e341a5e55.tar.gz | |
Added <ctype.h>, needed for Windows.
Diffstat (limited to 'Modules')
| -rw-r--r-- | Modules/_localemodule.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/_localemodule.c b/Modules/_localemodule.c index 69621e35e6..1b4aa9d8ea 100644 --- a/Modules/_localemodule.c +++ b/Modules/_localemodule.c @@ -13,6 +13,7 @@ This software comes with no warranty. Use at your own risk. #include <locale.h> #include <string.h> #include <limits.h> +#include <ctype.h> #include "Python.h" #ifdef macintosh char *strdup Py_PROTO((char *)); |
