From e5acbd887ea8379bb0a8424559428b62b0e8e6c8 Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Thu, 18 Apr 2024 09:38:27 +0200 Subject: [PATCH] Use ctype.h for isalpha()/isdigit() --- cupsconnection.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cupsconnection.c b/cupsconnection.c index 2bd9f84..6fc6294 100644 --- a/cupsconnection.c +++ b/cupsconnection.c @@ -26,6 +26,7 @@ #ifndef __SVR4 #include #endif +#include #include #include #include