mirror of
https://github.com/curl/curl.git
synced 2026-08-26 08:03:31 +03:00
parent
36a3cd5374
commit
2636828eee
108 changed files with 11 additions and 215 deletions
|
|
@ -24,13 +24,13 @@
|
|||
#include "curlcheck.h"
|
||||
|
||||
#ifdef HAVE_NETINET_IN_H
|
||||
# include <netinet/in.h>
|
||||
#include <netinet/in.h>
|
||||
#endif
|
||||
#ifdef HAVE_NETDB_H
|
||||
# include <netdb.h>
|
||||
#include <netdb.h>
|
||||
#endif
|
||||
#ifdef HAVE_ARPA_INET_H
|
||||
# include <arpa/inet.h>
|
||||
#include <arpa/inet.h>
|
||||
#endif
|
||||
|
||||
#include <curlx.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue