mirror of
https://frontier.innolan.net/rainlance/c-ares.git
synced 2025-10-06 10:39:39 +00:00
Tupone Alfredo fixed includes of arpa/nameser_compat.h to build fine on Mac OS
X.
This commit is contained in:
@ -21,6 +21,9 @@
|
||||
#else
|
||||
#include <netinet/in.h>
|
||||
#include <arpa/nameser.h>
|
||||
#ifdef HAVE_ARPA_NAMESER_COMPAT_H
|
||||
#include <arpa/nameser_compat.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
|
Reference in New Issue
Block a user