ares_process needs to always include nameser.h as it has compat

pull/362/head
bradh352 4 years ago
parent 535763a5e2
commit f58ad76f29
  1. 4
      src/lib/ares_process.c

@ -34,13 +34,13 @@
#endif
#ifdef HAVE_ARPA_NAMESER_H
# include <arpa/nameser.h>
#else
# include "nameser.h"
#endif
#ifdef HAVE_ARPA_NAMESER_COMPAT_H
# include <arpa/nameser_compat.h>
#endif
#include "nameser.h"
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif

Loading…
Cancel
Save