From: hno <> Date: Sat, 20 Apr 2002 02:54:19 +0000 (+0000) Subject: seems to be the proper header for uint16_t etc not , X-Git-Tag: SQUID_3_0_PRE1~1049 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fea608f519ceb781188fa29629ebb963142a186d;p=thirdparty%2Fsquid.git seems to be the proper header for uint16_t etc not , at least according to SUSv2. --- diff --git a/acinclude.m4 b/acinclude.m4 index 6f599c2435..589fc0cd88 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -13,8 +13,8 @@ changequote([, ])dnl AC_MSG_CHECKING(size of $1) AC_CACHE_VAL(AC_CV_NAME, [AC_TRY_RUN([#include -#if HAVE_STDINT_H -#include +#if HAVE_INTTYPES_H +#include #endif #if HAVE_SYS_TYPES_H #include