From 3d03da9afb59e968d5b7fb4b9ea1d4f248d4c612 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 5 Sep 2009 16:38:48 +0000 Subject: [PATCH] * coffcode.h: Include libiberty.h. --- bfd/ChangeLog | 4 ++++ bfd/coffcode.h | 2 ++ 2 files changed, 6 insertions(+) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index ee64969..5668d91 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2009-09-05 Eli Zaretskii + + * coffcode.h: Include libiberty.h. + 2009-09-05 Martin Thuresson * coff-arm.c (coff_arm_relocate_section) diff --git a/bfd/coffcode.h b/bfd/coffcode.h index 9b9ab99..043cf20 100644 --- a/bfd/coffcode.h +++ b/bfd/coffcode.h @@ -361,6 +361,8 @@ CODE_FRAGMENT */ +#include "libiberty.h" + #ifdef COFF_WITH_PE #include "peicode.h" #else -- 2.7.4