From 9c8b70e4bc0af0182ba5a04869e94ecb646b932c Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Tue, 3 Mar 2020 13:03:58 +0000 Subject: [PATCH] Eliminate compile error --- src/gldns/wire2str.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gldns/wire2str.c b/src/gldns/wire2str.c index 1a8e2fb8..0620b0dc 100644 --- a/src/gldns/wire2str.c +++ b/src/gldns/wire2str.c @@ -14,6 +14,7 @@ * Contains functions to translate the wireformat to text * representation, as well as functions to print them. */ +#include #include "config.h" #include "gldns/wire2str.h" #include "gldns/str2wire.h"