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:
11
ares_init.c
11
ares_init.c
@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user