mirror of https://github.com/getdnsapi/getdns.git
string.h not available on Windows
This commit is contained in:
parent
33633ea239
commit
8da6fdb442
|
@ -14,7 +14,9 @@
|
|||
|
||||
#include <limits.h>
|
||||
#include <stdlib.h>
|
||||
#ifdef HAVE_STRING_H
|
||||
#include <strings.h>
|
||||
#endif
|
||||
|
||||
gldns_lookup_table gldns_directive_types[] = {
|
||||
{ GLDNS_DIR_TTL, "$TTL" },
|
||||
|
|
Loading…
Reference in New Issue