From: Remi Gacogne Date: Mon, 4 Dec 2017 08:41:49 +0000 (+0100) Subject: Add the missing include to mplexer.hh for struct timeval X-Git-Tag: rec-4.1.0^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f1d51ff73fe0cf9d370e51a2aef7ba38c990e17f;p=thirdparty%2Fpdns.git Add the missing include to mplexer.hh for struct timeval --- diff --git a/pdns/mplexer.hh b/pdns/mplexer.hh index 3e9c8cd3eb..880abd18be 100644 --- a/pdns/mplexer.hh +++ b/pdns/mplexer.hh @@ -30,6 +30,7 @@ #include #include #include +#include class FDMultiplexerException : public std::runtime_error {