aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-12-10 15:25:49 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-12-10 15:25:49 +0000
commit24ac5b8a6cc12c0fc1867c3236aaa052a4ee88c2 (patch)
treeb0fcb9b91f0d641ce8fc25a6f47916e4ef4c60bc /configure.ac
parent9bc97b2d3c5c268947be9a8c63f4357035c1e8db (diff)
check for assert.h
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 d1aa3bbde..8199f13dc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -849,6 +849,7 @@ AC_CHECK_HEADERS(
sys/time.h \
sys/select.h \
sys/socket.h \
+ assert.h \
unistd.h \
malloc.h \
stdlib.h \