1
0
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:
Daniel Stenberg 2003-03-15 14:47:09 +00:00
parent c2b8a04000
commit dcc2f16416

View File

@ -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