diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-12-10 15:25:49 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-12-10 15:25:49 +0000 |
commit | 24ac5b8a6cc12c0fc1867c3236aaa052a4ee88c2 (patch) | |
tree | b0fcb9b91f0d641ce8fc25a6f47916e4ef4c60bc | |
parent | 9bc97b2d3c5c268947be9a8c63f4357035c1e8db (diff) |
check for assert.h
-rw-r--r-- | configure.ac | 1 |
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 \ |