1
0
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:
Daniel Stenberg
2005-04-06 22:27:42 +00:00
parent 3a80a3eb01
commit b41effd113
11 changed files with 34 additions and 0 deletions

View File

@ -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>