From a17fcd19400181f4b8b45be7715337ed83d7a122 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Wed, 16 Sep 2009 17:57:24 +0000 Subject: [PATCH] merge from gcc --- libiberty/ChangeLog | 4 ++++ libiberty/hashtab.c | 3 +++ 2 files changed, 7 insertions(+) diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index c36413b..c86cbc6 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +2009-09-16 Rainer Orth + + * hashtab.c [HAVE_INTTYPES_H]: Include . + 2009-09-15 Tristan Gingold * config.h-vms (intptr_t): Define to compile hashtab.c diff --git a/libiberty/hashtab.c b/libiberty/hashtab.c index 8c8bd31..8c89bfc 100644 --- a/libiberty/hashtab.c +++ b/libiberty/hashtab.c @@ -50,6 +50,9 @@ Boston, MA 02110-1301, USA. */ #ifdef HAVE_LIMITS_H #include #endif +#ifdef HAVE_INTTYPES_H +#include +#endif #ifdef HAVE_STDINT_H #include #endif -- 2.7.4