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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f1d51ff73fe0cf9d370e51a2aef7ba38c990e17f;p=pdns Add the missing include to mplexer.hh for struct timeval --- diff --git a/pdns/mplexer.hh b/pdns/mplexer.hh index 3e9c8cd3e..880abd18b 100644 --- a/pdns/mplexer.hh +++ b/pdns/mplexer.hh @@ -30,6 +30,7 @@ #include #include #include +#include class FDMultiplexerException : public std::runtime_error {