1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-12-07 17:30:58 +00:00

include strings.h (if available) for the strcasecmp() proto

This commit is contained in:
Daniel Stenberg
2008-05-08 22:14:17 +00:00
parent 7829b79768
commit d4d2f9dc22
3 changed files with 9 additions and 0 deletions

3
adig.c
View File

@ -32,6 +32,9 @@
#endif
#include <netdb.h>
#endif
#ifdef HAVE_STRINGS_H
#include <strings.h>
#endif
#include <stdio.h>
#include <stdlib.h>