]> granicus.if.org Git - python/commitdiff
Added <ctype.h>, needed for Windows.
authorGuido van Rossum <guido@python.org>
Fri, 19 Jun 1998 04:33:30 +0000 (04:33 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 19 Jun 1998 04:33:30 +0000 (04:33 +0000)
Modules/_localemodule.c

index 69621e35e6f42898461747e29ad6fae92317e955..1b4aa9d8ea7285db590a5476715266b58f0fc44b 100644 (file)
@@ -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 *));