diff options
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/coffcode.h | 2 |
2 files changed, 6 insertions, 0 deletions
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 <eliz@gnu.org> + + * coffcode.h: Include libiberty.h. + 2009-09-05 Martin Thuresson <martin@mtme.org> * 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 |