Because DEC C - sorry, HP C - is picky about features, we need to

define _XOPEN_SOURCE_EXTENDED to reach fd_set and timeval types and
functionality.
This commit is contained in:
Richard Levitte 2009-01-28 07:38:14 +00:00
parent c7ba21493a
commit 5871ddb016

View File

@ -57,6 +57,9 @@
*/
#ifndef OPENSSL_NO_OCSP
#define _XOPEN_SOURCE_EXTENDED /* So fd_set and friends get properly defined
on OpenVMS */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>