mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Added <ctype.h>, needed for Windows.
This commit is contained in:
parent
40ae0e93cd
commit
5cd70f4f66
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue