]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* system.h [HAVE_INTTYPES_H]: Include inttypes.h.
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Thu, 26 Aug 2010 17:58:31 +0000 (17:58 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Thu, 26 Aug 2010 17:58:31 +0000 (17:58 +0000)
From-SVN: r163569

libcpp/ChangeLog
libcpp/system.h

index 95918e2f52b67e74e103221898f41139d9da2dc9..ab607fd89f53f477084f0a4cd706e0b632aae2d3 100644 (file)
@@ -1,3 +1,7 @@
+2010-08-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * system.h [HAVE_INTTYPES_H]: Include inttypes.h.
+
 2010-08-24  Richard Henderson  <rth@redhat.com>
 
        PR bootstrap/45376
index 1a74734a73e617571667b1f7e893a4f74dfa7825..5bdfeeda018c5aea26e9eb5e665c66b3a95f0bc6 100644 (file)
@@ -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 <stdint.h>
 #endif
+#ifdef HAVE_INTTYPES_H
+# include <inttypes.h>
+#endif
 
 #include <stdio.h>