Skip to content

Commit

Permalink
cmdscript.c: explicitly include ctype header
Browse files Browse the repository at this point in the history
  • Loading branch information
s00se authored Oct 24, 2023
1 parent eb44e40 commit 51bea89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/cmdscript.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#ifdef HAVE_PYTHON
//#define PY_SSIZE_T_CLEAN
#include <Python.h>
#include <ctype.h>
#include <wchar.h>
#endif

Expand Down

0 comments on commit 51bea89

Please sign in to comment.