Skip to content

Commit

Permalink
Backport PowerDNS#6041: Add the missing <sys/time.h> include to mplex…
Browse files Browse the repository at this point in the history
…er.hh for struct timeval

(cherry picked from commit f1d51ff)
  • Loading branch information
rgacogne authored and Habbie committed Feb 13, 2018
1 parent db358e9 commit a4499b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pdns/mplexer.hh
Expand Up @@ -30,6 +30,7 @@
#include <map>
#include <stdexcept>
#include <string>
#include <sys/time.h>

class FDMultiplexerException : public std::runtime_error
{
Expand Down

0 comments on commit a4499b4

Please sign in to comment.