string.h not available on Windows

This commit is contained in:
Willem Toorop 2019-12-20 11:08:32 +00:00
parent 33633ea239
commit 8da6fdb442
1 changed files with 2 additions and 0 deletions

View File

@ -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" },