mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
Rick Jones' minor thing to build better on HPUX 11
This commit is contained in:
parent
c2b8a04000
commit
dcc2f16416
@ -39,6 +39,10 @@
|
||||
#include <sys/wait.h>
|
||||
#include <sys/socket.h>
|
||||
#include <netinet/in.h>
|
||||
#ifdef _XOPEN_SOURCE_EXTENDED
|
||||
/* This define is "almost" required to build on HPUX 11 */
|
||||
#include <arpa/inet.h>
|
||||
#endif
|
||||
#include <netdb.h>
|
||||
|
||||
#ifndef FALSE
|
||||
|
Loading…
Reference in New Issue
Block a user