From 8da6fdb4429ac6817157224e87d88d714ae9ae63 Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Fri, 20 Dec 2019 11:08:32 +0000 Subject: [PATCH] string.h not available on Windows --- src/gldns/parse.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gldns/parse.c b/src/gldns/parse.c index 179bb09e..89b37090 100644 --- a/src/gldns/parse.c +++ b/src/gldns/parse.c @@ -14,7 +14,9 @@ #include #include +#ifdef HAVE_STRING_H #include +#endif gldns_lookup_table gldns_directive_types[] = { { GLDNS_DIR_TTL, "$TTL" },