diff options
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index d39ec77..e3cc569 100644 --- a/configure.in +++ b/configure.in | |||
@@ -34,7 +34,7 @@ dnl Check for system header files | |||
34 | AC_HEADER_STDC | 34 | AC_HEADER_STDC |
35 | AC_HEADER_STDBOOL | 35 | AC_HEADER_STDBOOL |
36 | AC_CHECK_HEADERS(errno.h ctype.h dirent.h fcntl.h libgen.h \ | 36 | AC_CHECK_HEADERS(errno.h ctype.h dirent.h fcntl.h libgen.h \ |
37 | locale.h nl_types.h process.h signal.h stdarg.h \ | 37 | locale.h math.h nl_types.h process.h signal.h stdarg.h \ |
38 | stdio.h time.h unistd.h \ | 38 | stdio.h time.h unistd.h \ |
39 | sys/param.h sys/select.h sys/signal.h sys/stat.h \ | 39 | sys/param.h sys/select.h sys/signal.h sys/stat.h \ |
40 | sys/time.h sys/types.h sys/wait.h \ | 40 | sys/time.h sys/types.h sys/wait.h \ |