1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-12-06 13:30:46 +00:00

ares_init: make ares_private.h last included header again

This commit is contained in:
Yang Tse
2011-05-26 17:32:43 +02:00
parent f413fce823
commit 22a52102d6

View File

@ -59,17 +59,18 @@
#include <string.h>
#include <ctype.h>
#include <time.h>
#ifdef ANDROID
#include <sys/system_properties.h>
#endif
#include "ares.h"
#include "inet_net_pton.h"
#include "ares_library_init.h"
#include "ares_nowarn.h"
#include "ares_platform.h"
#include "ares_private.h"
#include "inet_ntop.h"
#ifdef ANDROID
#include <sys/system_properties.h>
#endif
#include "ares_private.h"
#ifdef WATT32
#undef WIN32 /* Redefined in MingW/MSVC headers */