From: Tristan Gingold Date: Wed, 30 Sep 2009 13:23:29 +0000 (+0000) Subject: For Tru64. X-Git-Tag: binutils-2_20~40 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8ad5bca2fa3071656e42c906cc3d60feb554c650;p=thirdparty%2Fbinutils-gdb.git For Tru64. 2009-09-30 Rainer Orth * hashtab.c [HAVE_INTTYPES_H]: Include . --- diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 203e863ba1c..7ce0ffc5afc 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +2009-09-30 Rainer Orth + + * hashtab.c [HAVE_INTTYPES_H]: Include . + 2009-09-23 Tristan Gingold * config.h-vms: Remove HAVE_STDINT_H which was committed by mistake. diff --git a/libiberty/hashtab.c b/libiberty/hashtab.c index 8c8bd3110ad..8c89bfcd839 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