Added <ctype.h>, needed for Windows.

This commit is contained in:
Guido van Rossum 1998-06-19 04:33:30 +00:00
parent 40ae0e93cd
commit 5cd70f4f66
1 changed files with 1 additions and 0 deletions

View 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 *));