From 73ecc35556dfc457cb620e53f8f28c84f69f5c9b Mon Sep 17 00:00:00 2001 From: David McCullough Date: Sun, 24 Feb 2008 23:17:51 +0000 Subject: [PATCH] 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 --- elf2flt.c | 1 + 1 file changed, 1 insertion(+) 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 */ -- 2.39.5