mirror of
https://github.com/curl/curl.git
synced 2026-07-22 22:47:17 +03:00
Rick Jones' minor thing to build better on HPUX 11
This commit is contained in:
parent
c2b8a04000
commit
dcc2f16416
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue