PR: 2125
Submitted by: "Alon Bar-Lev" <alon.barlev@gmail.com> Fix gcc-aix compilation issue.
This commit is contained in:
parent
41c0f68630
commit
8043f01b13
1 changed files with 3 additions and 2 deletions
|
@ -143,6 +143,9 @@
|
|||
#define _BSD_SOURCE 1 /* Or gethostname won't be declared properly
|
||||
on Linux and GNU platforms. */
|
||||
|
||||
#define _XOPEN_SOURCE 500 /* Or isascii won't be declared properly on
|
||||
VMS (at least with DECompHP C). */
|
||||
|
||||
#include <assert.h>
|
||||
#include <errno.h>
|
||||
#include <limits.h>
|
||||
|
@ -154,8 +157,6 @@
|
|||
#define USE_SOCKETS
|
||||
#include "e_os.h"
|
||||
|
||||
#define _XOPEN_SOURCE 500 /* Or isascii won't be declared properly on
|
||||
VMS (at least with DECompHP C). */
|
||||
#include <ctype.h>
|
||||
|
||||
#include <openssl/bio.h>
|
||||
|
|
Loading…
Reference in a new issue