From 6bd4060ae09a0f26a980411d85e639e2bf25f073 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Mon, 22 Oct 2018 10:19:30 +0000 Subject: [PATCH] portability. git-svn-id: file:///svn/unbound/trunk@4944 be551aaa-1e26-0410-a405-d3ace91eadb9 --- dnstap/dnstap.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dnstap/dnstap.c b/dnstap/dnstap.c index 631ccd7ad..aabf8eec9 100644 --- a/dnstap/dnstap.c +++ b/dnstap/dnstap.c @@ -39,7 +39,9 @@ #include "config.h" #include #include +#ifdef HAVE_SYS_STAT_H #include +#endif #include #include "sldns/sbuffer.h" #include "util/config_file.h"