]> granicus.if.org Git - pdns/commitdiff
Add the missing <sys/time.h> include to mplexer.hh for struct timeval
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 4 Dec 2017 08:41:49 +0000 (09:41 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 14 Feb 2018 10:32:22 +0000 (11:32 +0100)
(cherry picked from commit f1d51ff73fe0cf9d370e51a2aef7ba38c990e17f)

pdns/mplexer.hh

index 7ab348151bb6886bb82a7f2660c85a0913bc3923..dfa7bae238881b541d4a33dbd291e785b8c17d58 100644 (file)
@@ -31,6 +31,7 @@
 #include <stdexcept>
 #include <string>
 #include "utility.hh"
+#include <sys/time.h>
 
 class FDMultiplexerException : public std::runtime_error
 {