aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-01-15 10:19:49 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-01-15 10:19:49 +0000
commit3d66d10fbecff7b1c9112f0d8e2f8953fb461197 (patch)
tree21cb91ead51289dadc6276d1b0ce2a6c6375cd32 /configure.ac
parent7052daf475172d6e4105e714d1486a0201b59017 (diff)
check for limits.h as well
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
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 \