From: Wouter Wijngaards Date: Mon, 22 Oct 2018 10:19:30 +0000 (+0000) Subject: portability. X-Git-Tag: release-1.8.2rc1~48 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6bd4060ae09a0f26a980411d85e639e2bf25f073;p=thirdparty%2Funbound.git portability. git-svn-id: file:///svn/unbound/trunk@4944 be551aaa-1e26-0410-a405-d3ace91eadb9 --- 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"