aboutsummaryrefslogtreecommitdiff
path: root/libcpp/system.h
diff options
context:
space:
mode:
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2010-08-26 17:58:31 +0000
committerRainer Orth <ro@gcc.gnu.org>2010-08-26 17:58:31 +0000
commit707bcb7ae4fbf293236605bf754382266f9d9220 (patch)
tree09f5ca1344d1ad28f04e2efda018b16d6f59ca24 /libcpp/system.h
parent9e3920e97f0cc9df385cf357f4d123564e0da7ad (diff)
downloadgcc-707bcb7ae4fbf293236605bf754382266f9d9220.zip
gcc-707bcb7ae4fbf293236605bf754382266f9d9220.tar.gz
gcc-707bcb7ae4fbf293236605bf754382266f9d9220.tar.bz2
* system.h [HAVE_INTTYPES_H]: Include inttypes.h.
From-SVN: r163569
Diffstat (limited to 'libcpp/system.h')
-rw-r--r--libcpp/system.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/libcpp/system.h b/libcpp/system.h
index 1a74734..5bdfeed 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 <stdint.h>
#endif
+#ifdef HAVE_INTTYPES_H
+# include <inttypes.h>
+#endif
#include <stdio.h>