aboutsummaryrefslogtreecommitdiff
path: root/libiberty/hashtab.c
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2009-09-16 17:57:24 +0000
committerDJ Delorie <dj@redhat.com>2009-09-16 17:57:24 +0000
commita17fcd19400181f4b8b45be7715337ed83d7a122 (patch)
tree416c40bb93f94485256159d9aea66f94be27869c /libiberty/hashtab.c
parentafecc97cf6abc6df07f613b0247afe71d48f7092 (diff)
downloadgdb-a17fcd19400181f4b8b45be7715337ed83d7a122.zip
gdb-a17fcd19400181f4b8b45be7715337ed83d7a122.tar.gz
gdb-a17fcd19400181f4b8b45be7715337ed83d7a122.tar.bz2
merge from gccgdb_7_0-branchpoint
Diffstat (limited to 'libiberty/hashtab.c')
-rw-r--r--libiberty/hashtab.c3
1 files changed, 3 insertions, 0 deletions
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 <limits.h>
#endif
+#ifdef HAVE_INTTYPES_H
+#include <inttypes.h>
+#endif
#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif