mirror of
https://github.com/curl/curl.git
synced 2025-03-19 15:40:42 +08:00
include <strings.h>
This commit is contained in:
parent
cb9951dcad
commit
6ec76e7f9a
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user