]> granicus.if.org Git - pdns/commit
resolver.cc: fix warnings with gcc on musl-libc
authorJames Taylor <james@jtaylor.id.au>
Sat, 9 Jul 2016 09:38:42 +0000 (09:38 +0000)
committerJames Taylor <james@jtaylor.id.au>
Tue, 19 Jul 2016 13:27:40 +0000 (13:27 +0000)
commitd824de38ce6a7525188da0213dba6b427f7118a9
treeaf416452793b61fc1948dac4a62ee474662d3312
parentba64cecd417688dc39c75e92f1a23b91f7f46d64
resolver.cc: fix warnings with gcc on musl-libc

resolver.cc makes an incorrect include directive of `poll.h`. The
correct syntax for inclusion, according to `man 2 poll` is:

`#include <poll.h>`

This commit prevents warnings from being displayed due to going through
musl-libc's compatibility wrappers
pdns/resolver.cc