include <strings.h>

This commit is contained in:
Yang Tse 2008-09-17 03:25:52 +00:00
parent cb9951dcad
commit 6ec76e7f9a
1 changed files with 4 additions and 0 deletions

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"