Merge pull request #2146 from s00se/patch-1

cmdscript.c: explicitly include ctype header
This commit is contained in:
Iceman 2023-10-25 14:12:48 +02:00 committed by GitHub
commit 0e203fb60c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,6 +22,7 @@
#ifdef HAVE_PYTHON
//#define PY_SSIZE_T_CLEAN
#include <Python.h>
#include <ctype.h>
#include <wchar.h>
#endif