From 51bea8995bf8c6909d08c594a60c687f84d242dc Mon Sep 17 00:00:00 2001 From: s00se <95649696+s00se@users.noreply.github.com> Date: Tue, 24 Oct 2023 16:00:22 -0600 Subject: [PATCH] cmdscript.c: explicitly include ctype header https://bugzilla.redhat.com/show_bug.cgi?id=2245823 Signed-off-by: s00se <95649696+s00se@users.noreply.github.com> --- client/src/cmdscript.c | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/cmdscript.c b/client/src/cmdscript.c index 0abab9b01..91c1ce50f 100644 --- a/client/src/cmdscript.c +++ b/client/src/cmdscript.c @@ -22,6 +22,7 @@ #ifdef HAVE_PYTHON //#define PY_SSIZE_T_CLEAN #include +#include #include #endif