mirror of
https://github.com/curl/curl.git
synced 2026-08-26 14:33:32 +03:00
Include <arpa/inet.h> if HAVE_ARPA_INET_H is defined
This commit is contained in:
parent
535b7c5e0f
commit
af41fb79b5
3 changed files with 7 additions and 6 deletions
|
|
@ -65,6 +65,9 @@
|
|||
#ifdef HAVE_NETINET_IN_H
|
||||
#include <netinet/in.h>
|
||||
#endif
|
||||
#ifdef HAVE_ARPA_INET_H
|
||||
#include <arpa/inet.h>
|
||||
#endif
|
||||
#ifdef HAVE_ARPA_TFTP_H
|
||||
#include <arpa/tftp.h>
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue