diff --git a/apps/ocsp.c b/apps/ocsp.c index 8bf67aad3..c8676fc53 100644 --- a/apps/ocsp.c +++ b/apps/ocsp.c @@ -59,6 +59,10 @@ #include #include +#define _XOPEN_SOURCE_EXTENDED 1 /* Or fd_set, select() and so on won't be + declared properly on Compaq platforms + (at least with DEC C). + */ #include #include "apps.h" #include