From 5776c3c4c6663cb1498e83ed20894af4b59c78aa Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sun, 20 Aug 2006 05:54:35 +0000 Subject: [PATCH] According to documentation, including time.h declares select() on OpenVMS, and possibly more. Ref: http://h71000.www7.hp.com/doc/82final/6529/6529pro_019.html#r_select --- apps/ocsp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/ocsp.c b/apps/ocsp.c index 955c400431..cbfbe3f651 100644 --- a/apps/ocsp.c +++ b/apps/ocsp.c @@ -59,6 +59,7 @@ #include #include +#include #include "apps.h" #include #include -- GitLab