From: Daniel Stenberg <daniel@haxx.se> Date: Mon, 29 Jul 2002 23:00:16 +0000 (+0000) Subject: check for sys/poll.h X-Git-Tag: curl-7_10~146 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=99dfdebc64f6cfc72dc8ead6538ec9564610e1a9;p=curl check for sys/poll.h --- diff --git a/configure.in b/configure.in index 409ae66e5..a3fbd7aa6 100644 --- a/configure.in +++ b/configure.in @@ -604,6 +604,7 @@ AC_CHECK_HEADERS( \ pwd.h \ utime.h \ sys/utime.h \ + sys/poll.h \ setjmp.h )