From 637f90621d11b35a255f52c5c45301491a60e79e Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Sat, 5 Jan 2008 21:32:29 +0000 Subject: [PATCH] Cygwin compatibility fix to apps/ocsp.c. --- apps/ocsp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/ocsp.c b/apps/ocsp.c index c0838f1838..c436c8b6f3 100644 --- a/apps/ocsp.c +++ b/apps/ocsp.c @@ -60,6 +60,7 @@ #include #include #include +#include #include "apps.h" /* needs to be included before the openssl headers! */ #include #include -- 2.25.1