From 38f20982c48fea1b40f0f76f5063ede7de738c1f Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Sun, 1 May 2005 07:48:12 +0000 Subject: Relevant BUGIDs: none Purpose of commit: cleanup Commit summary: --------------- Solve duplicate definition warning --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 024d63e7..bc26474e 100644 --- a/configure.in +++ b/configure.in @@ -246,7 +246,7 @@ dnl Checks for header files. AC_HEADER_DIRENT AC_HEADER_STDC AC_HEADER_SYS_WAIT -AC_CHECK_HEADERS(fcntl.h limits.h malloc.h sys/file.h sys/ioctl.h sys/time.h syslog.h termio.h unistd.h sys/fsuid.h) +AC_CHECK_HEADERS(fcntl.h limits.h malloc.h sys/file.h sys/ioctl.h sys/time.h syslog.h termio.h unistd.h sys/fsuid.h inittypes.h) dnl Linux wants features.h in some of the source files. AC_CHECK_HEADERS(features.h) -- cgit v1.2.3