diff --git a/src/dnsmasq.h b/src/dnsmasq.h index e06614c..9bf89e6 100644 --- a/src/dnsmasq.h +++ b/src/dnsmasq.h @@ -95,7 +95,11 @@ typedef unsigned long long u64; #if defined(HAVE_SOLARIS_NETWORK) # include #endif -#include +#if defined(HAVE_POLL_H) +# include +#else +# include +#endif #include #include #include