mirror of
https://github.com/curl/curl.git
synced 2025-02-11 14:50:40 +08: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