From: David McCullough Date: Sun, 24 Feb 2008 23:17:51 +0000 (+0000) Subject: When moving the xmalloc changes from the Blackfin elf2flt to the upstream X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=73ecc35556dfc457cb620e53f8f28c84f69f5c9b;p=elf2flt.git When moving the xmalloc changes from the Blackfin elf2flt to the upstream 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 --- diff --git a/elf2flt.c b/elf2flt.c index 23cd4a9..552710c 100644 --- a/elf2flt.c +++ b/elf2flt.c @@ -54,6 +54,7 @@ /* from $(INSTALLDIR)/include */ #include /* Main header file for the BFD library */ +#include #if defined(TARGET_h8300) #include /* TARGET_* ELF support for the BFD library */