]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
For Tru64.
authorTristan Gingold <gingold@adacore.com>
Wed, 30 Sep 2009 13:23:29 +0000 (13:23 +0000)
committerTristan Gingold <gingold@adacore.com>
Wed, 30 Sep 2009 13:23:29 +0000 (13:23 +0000)
2009-09-30  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>

* hashtab.c [HAVE_INTTYPES_H]: Include <inttypes.h>.

libiberty/ChangeLog
libiberty/hashtab.c

index 203e863ba1c744f663467b6c09e96c235616cea3..7ce0ffc5afc35b9acb756326c1dcedddc897cb28 100644 (file)
@@ -1,3 +1,7 @@
+2009-09-30  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * hashtab.c [HAVE_INTTYPES_H]: Include <inttypes.h>.
+
 2009-09-23  Tristan Gingold  <gingold@adacore.com>
 
        * config.h-vms: Remove HAVE_STDINT_H which was committed by mistake.
index 8c8bd3110ade2a1d509321a46341baa52a3f8131..8c89bfcd8393e8fde1e6b38847bd85f618c5ae25 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