From: Richard Levitte Date: Sun, 20 Aug 2006 05:54:35 +0000 (+0000) Subject: According to documentation, including time.h declares select() on X-Git-Tag: OpenSSL_0_9_8k^2~1167 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=5776c3c4c6663cb1498e83ed20894af4b59c78aa 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 --- 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