From: Rainer Orth Date: Thu, 26 Aug 2010 17:58:31 +0000 (+0000) Subject: * system.h [HAVE_INTTYPES_H]: Include inttypes.h. X-Git-Tag: releases/gcc-4.6.0~4829 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=707bcb7ae4fbf293236605bf754382266f9d9220;p=thirdparty%2Fgcc.git * system.h [HAVE_INTTYPES_H]: Include inttypes.h. From-SVN: r163569 --- diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 95918e2f52b6..ab607fd89f53 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,7 @@ +2010-08-26 Rainer Orth + + * system.h [HAVE_INTTYPES_H]: Include inttypes.h. + 2010-08-24 Richard Henderson PR bootstrap/45376 diff --git a/libcpp/system.h b/libcpp/system.h index 1a74734a73e6..5bdfeeda018c 100644 --- a/libcpp/system.h +++ b/libcpp/system.h @@ -1,6 +1,6 @@ /* Get common system includes and various definitions and declarations based on autoconf macros. - Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2009 + Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2009, 2010 Free Software Foundation, Inc. This file is part of GCC. @@ -32,6 +32,9 @@ along with GCC; see the file COPYING3. If not see #ifdef HAVE_STDINT_H # include #endif +#ifdef HAVE_INTTYPES_H +# include +#endif #include