From 6084bb9a372a5fb9fa3e63a26c1770036c31883d Mon Sep 17 00:00:00 2001 From: Paul Nasrat Date: Thu, 17 May 2007 11:29:29 +0100 Subject: [PATCH] Add missing includes Leonardo Rangel --- lib/malloc.c | 1 + second/prom.c | 1 + 2 files changed, 2 insertions(+) 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 -- 2.39.2