diff options
author | Yang Tse <yangsita@gmail.com> | 2008-09-17 03:25:52 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-09-17 03:25:52 +0000 |
commit | 6ec76e7f9af4c4f0ffea6d11c1033de6d16537d7 (patch) | |
tree | 2ce4245d700a862126599c34ad8916d0af93cba3 | |
parent | cb9951dcadbfa3e5673562ee6c4df3cc367351da (diff) |
include <strings.h>
-rw-r--r-- | ares/ares_search.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ares/ares_search.c b/ares/ares_search.c index 3ba26fe11..5131f35b8 100644 --- a/ares/ares_search.c +++ b/ares/ares_search.c @@ -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" |