diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-01-15 10:19:49 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-01-15 10:19:49 +0000 |
commit | 3d66d10fbecff7b1c9112f0d8e2f8953fb461197 (patch) | |
tree | 21cb91ead51289dadc6276d1b0ce2a6c6375cd32 | |
parent | 7052daf475172d6e4105e714d1486a0201b59017 (diff) |
check for limits.h as well
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 0beebdd57..afe883efd 100644 --- a/configure.ac +++ b/configure.ac @@ -853,6 +853,7 @@ AC_CHECK_HEADERS( unistd.h \ malloc.h \ stdlib.h \ + limits.h \ arpa/inet.h \ net/if.h \ netinet/in.h \ |