mirror of
https://github.com/curl/curl.git
synced 2026-08-25 14:53:34 +03:00
Rob Jones fixed better #ifdef'ing for a bunch of #include lines.
This commit is contained in:
parent
584f3639e3
commit
990b15e402
6 changed files with 24 additions and 1 deletions
|
|
@ -50,7 +50,9 @@
|
|||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#ifdef HAVE_NETDB_H
|
||||
#include <netdb.h>
|
||||
#endif
|
||||
#ifdef HAVE_ARPA_INET_H
|
||||
#include <arpa/inet.h>
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue