diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index fe19787..3161620 100644 --- a/configure.ac +++ b/configure.ac @@ -164,8 +164,8 @@ AC_HEADER_SYS_WAIT AC_CHECK_HEADERS([sys/ioctl.h sys/mman.h sys/resource.h \ sys/select.h sys/socket.h sys/time.h sys/uio.h \ sys/un.h arpa/inet.h netinet/in.h \ - assert.h ctype.h errno.h fcntl.h grp.h io.h libintl.h \ - netdb.h pwd.h regex.h signal.h stdarg.h stddef.h stdio.h \ + assert.h errno.h fcntl.h grp.h io.h libintl.h \ + netdb.h pwd.h regex.h signal.h stdarg.h \ sysexits.h syslog.h time.h wchar.h wctype.h \ values.h]) |