mirror of https://github.com/python/cpython
Added <ctype.h>, needed for Windows.
This commit is contained in:
parent
40ae0e93cd
commit
5cd70f4f66
|
@ -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 *));
|
||||
|
|
Loading…
Reference in New Issue