mirror of
https://github.com/curl/curl.git
synced 2026-08-25 17:33:32 +03:00
Tupone Alfredo fixed includes of arpa/nameser_compat.h to build fine on Mac OS
X.
This commit is contained in:
parent
1d9fff80b7
commit
993600761f
11 changed files with 34 additions and 0 deletions
|
|
@ -23,6 +23,9 @@
|
|||
#include <netinet/in.h>
|
||||
#include <netdb.h>
|
||||
#include <arpa/nameser.h>
|
||||
#ifdef HAVE_ARPA_NAMESER_COMPAT_H
|
||||
#include <arpa/nameser_compat.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue