From 5951e840d9295bed554c267f51d7977b8f76b4bb Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Wed, 20 Apr 2016 16:38:29 +0100 Subject: Fix no-ocsp on Windows (and probably VMS) The ocsp.h file did not have appropriate guards causing link failures on Windows. GH Issue 900 Reviewed-by: Richard Levitte --- apps/opt.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps') diff --git a/apps/opt.c b/apps/opt.c index 63d32150cc..c8c01a70a2 100644 --- a/apps/opt.c +++ b/apps/opt.c @@ -59,6 +59,7 @@ #include #include #include +#include #define MAX_OPT_HELP_WIDTH 30 const char OPT_HELP_STR[] = "--"; -- cgit v1.2.3