Skip to content

Commit

Permalink
Merge pull request #4140 from James-TR/fix-include-sys-poll
Browse files Browse the repository at this point in the history
resolver.cc: fix warnings with gcc on musl-libc
  • Loading branch information
pieterlexis committed Jul 28, 2016
2 parents 23c01bd + d824de3 commit 40058c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdns/resolver.cc
Expand Up @@ -47,7 +47,7 @@


#include "dns_random.hh"
#include <sys/poll.h>
#include <poll.h>
#include "gss_context.hh"
#include "namespaces.hh"

Expand Down

0 comments on commit 40058c4

Please sign in to comment.