mirror of
https://github.com/curl/curl.git
synced 2026-07-15 19:07:18 +03:00
Include some possible dependencies of arpa/inet.h
This commit is contained in:
parent
45bf417301
commit
06d1b029f6
1 changed files with 6 additions and 0 deletions
|
|
@ -31,6 +31,12 @@
|
|||
#ifdef HAVE_STDLIB_H
|
||||
#include <stdlib.h>
|
||||
#endif
|
||||
#ifdef HAVE_SYS_SOCKET_H
|
||||
#include <sys/socket.h>
|
||||
#endif
|
||||
#ifdef HAVE_NETINET_IN_H
|
||||
#include <netinet/in.h>
|
||||
#endif
|
||||
#ifdef HAVE_ARPA_INET_H
|
||||
#include <arpa/inet.h>
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue