diff --git a/configure b/configure index 3462b9a..571cbdd 100755 --- a/configure +++ b/configure @@ -222,7 +222,7 @@ fi if ac_link_v "for poll()" < -#include +#include int main() { struct pollfd pfd[2]; return poll(pfd, 2, 10); diff --git a/rbldnsd.c b/rbldnsd.c index 2763577..0e0f156 100644 --- a/rbldnsd.c +++ b/rbldnsd.c @@ -35,7 +35,7 @@ # include #endif #ifndef NO_POLL -# include +# include #endif #ifndef NO_MEMINFO # include