projects
/
pdns
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
485013a
)
Add the missing <sys/time.h> include to mplexer.hh for struct timeval
author
Remi Gacogne
<remi.gacogne@powerdns.com>
Mon, 4 Dec 2017 08:41:49 +0000
(09:41 +0100)
committer
Remi Gacogne
<remi.gacogne@powerdns.com>
Mon, 4 Dec 2017 08:41:49 +0000
(09:41 +0100)
pdns/mplexer.hh
patch
|
blob
|
history
diff --git
a/pdns/mplexer.hh
b/pdns/mplexer.hh
index 3e9c8cd3eb7cc6dfd27ba3fcf3c1637a1d409f00..880abd18be2a9867c1d8e4a25a11798fa7015658 100644
(file)
--- a/
pdns/mplexer.hh
+++ b/
pdns/mplexer.hh
@@
-30,6
+30,7
@@
#include <map>
#include <stdexcept>
#include <string>
+#include <sys/time.h>
class FDMultiplexerException : public std::runtime_error
{