define USE_SOCKETS so sys/param.h gets included (and thusly, MAXHOSTNAMELEN
gets defined). PR: 371
This commit is contained in:
parent
ddc6ea162f
commit
610abd4c52
1 changed files with 1 additions and 0 deletions
|
@ -123,6 +123,7 @@
|
|||
#include <string.h>
|
||||
#include <time.h>
|
||||
|
||||
#define USE_SOCKETS
|
||||
#include "e_os.h"
|
||||
|
||||
#include <openssl/bio.h>
|
||||
|
|
Loading…
Reference in a new issue