From: hniksic Date: Tue, 4 Nov 2003 13:56:48 +0000 (-0800) Subject: [svn] Don't use HAVE_SYS_TYPES_H because we don't check for it. X-Git-Tag: v1.13~1495 X-Git-Url: http://sjero.net/git/?a=commitdiff_plain;h=cb19b00c237c01aec8395e49f22563db7147881c;p=wget [svn] Don't use HAVE_SYS_TYPES_H because we don't check for it. --- 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