merge from gcc
[deliverable/binutils-gdb.git] / libiberty / hashtab.c
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
This page took 0.039401 seconds and 4 git commands to generate.