From 50cb834f7b62f6ea941c42f29841d10372d26804 Mon Sep 17 00:00:00 2001 From: Rainer Orth Date: Wed, 16 Sep 2009 08:38:46 +0000 Subject: [PATCH] * hashtab.c [HAVE_INTTYPES_H]: Include . From-SVN: r151739 --- libiberty/ChangeLog | 4 ++++ libiberty/hashtab.c | 3 +++ 2 files changed, 7 insertions(+) diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index c36413bbbfbd..c86cbc6075a0 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 8c8bd3110ade..8c89bfcd8393 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