]> git.wh0rd.org Git - elf2flt.git/commitdiff
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 23cd4a99d2aeb2daf8d12736a337b50496797dcd..552710c360a2960adc69d8c7bb4416a072752611 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            */