From 0bc55ae7e2c9cb268e2416efc20ccde3af9c07b9 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Tue, 20 Feb 2001 16:31:02 +0000 Subject: [PATCH] Oops, now it's indeed sys/timeb.h, not timeb.h. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index afa358cf9..906d109dd 100644 --- a/configure.in +++ b/configure.in @@ -77,7 +77,7 @@ esac AC_PROG_INSTALL AC_CHECK_HEADERS([unistd.h string.h memory.h crypt.h grp.h limits.h \ malloc.h stdlib.h termios.h utime.h fcntl.h sys/statfs.h \ - sys/time.h timeb.h]) + sys/time.h sys/timeb.h]) AC_HEADER_TIME AC_HEADER_SYS_WAIT