aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-07-29 23:00:16 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-07-29 23:00:16 +0000
commit99dfdebc64f6cfc72dc8ead6538ec9564610e1a9 (patch)
treeae37f8d9a78bb31f942689de1ea8d27a7274ad07
parentc1cfdd6323005343e313f8484076725e395f5d70 (diff)
check for sys/poll.h
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
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
)