dnsmasq: fix warning with poll.h include on musl Warning is: #warning redirecting incorrect #include to Signed-off-by: Kevin Darbyshire-Bryant --- a/src/dnsmasq.h +++ b/src/dnsmasq.h @@ -82,7 +82,7 @@ typedef unsigned long long u64; #if defined(HAVE_SOLARIS_NETWORK) # include #endif -#include +#include #include #include #include