From 98cd49db1df8091ac10459f75d07f7eb53e82d6c Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Wed, 13 May 2015 14:41:53 -0400 Subject: [PATCH] Add missing ctype.h Had old patch, forgot to push/patch this to master Reviewed-by: Matt Caswell --- apps/ocsp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/ocsp.c b/apps/ocsp.c index 4d44da845c..d52da18a5e 100644 --- a/apps/ocsp.c +++ b/apps/ocsp.c @@ -68,6 +68,7 @@ # include # include # include +# include # include "apps.h" /* needs to be included before the openssl * headers! */ # include -- 2.40.0