From: Peter van Dijk Date: Thu, 16 Mar 2023 10:39:49 +0000 (+0100) Subject: dnsdist secpoll: explicitly include necessary ctime header for time_t X-Git-Tag: dnsdist-1.8.0~10^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F12654%2Fhead;p=thirdparty%2Fpdns.git dnsdist secpoll: explicitly include necessary ctime header for time_t --- diff --git a/pdns/dnsdistdist/dnsdist-secpoll.hh b/pdns/dnsdistdist/dnsdist-secpoll.hh index 536fb39cce..1a376a8ead 100644 --- a/pdns/dnsdistdist/dnsdist-secpoll.hh +++ b/pdns/dnsdistdist/dnsdist-secpoll.hh @@ -25,6 +25,7 @@ #ifndef DISABLE_SECPOLL #include +#include extern std::string g_secPollSuffix; extern time_t g_secPollInterval;