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:
parent
ea46f5e0e5
commit
8bbf6bcf17
1 changed files with 4 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue