From: Paul Nasrat Date: Thu, 17 May 2007 10:29:29 +0000 (+0100) Subject: Add missing includes X-Git-Tag: yaboot-1.3.14~6 X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=commitdiff_plain;h=6084bb9a372a5fb9fa3e63a26c1770036c31883d Add missing includes Leonardo Rangel --- diff --git a/lib/malloc.c b/lib/malloc.c index 672bb3e..81d7717 100644 --- a/lib/malloc.c +++ b/lib/malloc.c @@ -21,6 +21,7 @@ #include "types.h" #include "stddef.h" +#include "string.h" /* Imported functions */ extern void prom_printf (char *fmt, ...); diff --git a/second/prom.c b/second/prom.c index 74bbac6..e9c5843 100644 --- a/second/prom.c +++ b/second/prom.c @@ -33,6 +33,7 @@ #include "asm/processor.h" #include "errors.h" #include "debug.h" +#include "string.h" #define READ_BLOCKS_USE_READ 1