mirror of
https://frontier.innolan.net/rainlance/c-ares.git
synced 2026-03-18 00:49:45 +00:00
include <strings.h>
This commit is contained in:
@ -23,6 +23,10 @@
|
||||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
|
||||
#ifdef HAVE_STRINGS_H
|
||||
# include <strings.h>
|
||||
#endif
|
||||
|
||||
#include "ares.h"
|
||||
#include "ares_private.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user