diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-07-29 23:00:16 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-07-29 23:00:16 +0000 |
commit | 99dfdebc64f6cfc72dc8ead6538ec9564610e1a9 (patch) | |
tree | ae37f8d9a78bb31f942689de1ea8d27a7274ad07 | |
parent | c1cfdd6323005343e313f8484076725e395f5d70 (diff) |
check for sys/poll.h
-rw-r--r-- | configure.in | 1 |
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 ) |