OSDN Git Service

When moving the xmalloc changes from the Blackfin elf2flt to the upstream
authorDavid McCullough <davidm@snapgear.com>
Sun, 24 Feb 2008 23:17:51 +0000 (23:17 +0000)
committerDavid McCullough <davidm@snapgear.com>
Sun, 24 Feb 2008 23:17:51 +0000 (23:17 +0000)
elf2flt repo, I accidentally dropped the libiberty.h include.  Not a fatal
error, but having proper prototypes is always a good thing.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
elf2flt.c

index 23cd4a9..552710c 100644 (file)
--- a/elf2flt.c
+++ b/elf2flt.c
@@ -54,6 +54,7 @@
 
 /* from $(INSTALLDIR)/include       */
 #include <bfd.h>      /* Main header file for the BFD library                */
+#include <libiberty.h>
 
 #if defined(TARGET_h8300)
 #include <elf/h8.h>      /* TARGET_* ELF support for the BFD library            */