1
0
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:
Yang Tse
2008-09-17 03:25:52 +00:00
parent e18952cc6f
commit 8f51d8e9ac

View File

@ -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"