ares_options: reorder header inclusions to make inclusion of

ares_private.h the last included one again.
pull/1/head
Yang Tse 14 years ago
parent e9386cfd9f
commit b8044334f0
  1. 10
      ares_options.c

@ -18,15 +18,15 @@
#include "ares_setup.h"
#ifdef HAVE_ARPA_INET_H
# include <arpa/inet.h>
#endif
#include "ares.h"
#include "ares_data.h"
#include "ares_private.h"
#include "inet_net_pton.h"
#include "ares_private.h"
/* For inet_pton */
#ifdef HAVE_ARPA_INET_H
# include <arpa/inet.h>
#endif
int ares_get_servers(ares_channel channel,
struct ares_addr_node **servers)

Loading…
Cancel
Save