OSDN Git Service

merge from gcc
authorDJ Delorie <dj@delorie.com>
Wed, 16 Sep 2009 17:57:24 +0000 (17:57 +0000)
committerDJ Delorie <dj@delorie.com>
Wed, 16 Sep 2009 17:57:24 +0000 (17:57 +0000)
libiberty/ChangeLog
libiberty/hashtab.c

index c36413b..c86cbc6 100644 (file)
@@ -1,3 +1,7 @@
+2009-09-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * hashtab.c [HAVE_INTTYPES_H]: Include <inttypes.h>.
+
 2009-09-15  Tristan Gingold  <gingold@adacore.com>
 
        * config.h-vms (intptr_t): Define to compile hashtab.c
index 8c8bd31..8c89bfc 100644 (file)
@@ -50,6 +50,9 @@ Boston, MA 02110-1301, USA.  */
 #ifdef HAVE_LIMITS_H
 #include <limits.h>
 #endif
+#ifdef HAVE_INTTYPES_H
+#include <inttypes.h>
+#endif
 #ifdef HAVE_STDINT_H
 #include <stdint.h>
 #endif