From cb19b00c237c01aec8395e49f22563db7147881c Mon Sep 17 00:00:00 2001 From: hniksic Date: Tue, 4 Nov 2003 05:56:48 -0800 Subject: [PATCH] [svn] Don't use HAVE_SYS_TYPES_H because we don't check for it. --- configure.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/configure.in b/configure.in index 468ea17f..487ce35f 100644 --- a/configure.in +++ b/configure.in @@ -181,9 +181,7 @@ AC_CHECK_TYPES(uint32_t) AC_TYPE_SIGNAL AC_CHECK_TYPES(sig_atomic_t, [], [], [ #include -#if HAVE_SYS_TYPES_H -# include -#endif +#include #if HAVE_INTTYPES_H # include #endif -- 2.39.2