Needed definition of _XOPEN_SOURCE_EXTENDED so DEC C on VMS will see

the declarations of fd_set, select() and so on.
This commit is contained in:
Richard Levitte 2006-12-25 10:54:14 +00:00
parent ea46f5e0e5
commit 8bbf6bcf17

View file

@ -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>