Skip to content

Commit

Permalink
Merge pull request #2146 from s00se/patch-1
Browse files Browse the repository at this point in the history
cmdscript.c: explicitly include ctype header
  • Loading branch information
iceman1001 authored Oct 25, 2023
2 parents eb44e40 + 51bea89 commit 0e203fb
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 0e203fb

Please sign in to comment.