Commit 8bbf6bcf authored by Richard Levitte's avatar Richard Levitte
Browse files

Needed definition of _XOPEN_SOURCE_EXTENDED so DEC C on VMS will see

the declarations of fd_set, select() and so on.
parent ea46f5e0
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -59,6 +59,10 @@

#include <stdio.h>
#include <string.h>
#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 <time.h>
#include "apps.h"
#include <openssl/pem.h>