Commit 5cd70f4f authored by Guido van Rossum's avatar Guido van Rossum

Added <ctype.h>, needed for Windows.

parent 40ae0e93
...@@ -13,6 +13,7 @@ This software comes with no warranty. Use at your own risk. ...@@ -13,6 +13,7 @@ This software comes with no warranty. Use at your own risk.
#include <locale.h> #include <locale.h>
#include <string.h> #include <string.h>
#include <limits.h> #include <limits.h>
#include <ctype.h>
#include "Python.h" #include "Python.h"
#ifdef macintosh #ifdef macintosh
char *strdup Py_PROTO((char *)); char *strdup Py_PROTO((char *));
......
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