]> git.ozlabs.org Git - yaboot.git/commitdiff
Add missing includes
authorPaul Nasrat <pnasrat@redhat.com>
Thu, 17 May 2007 10:29:29 +0000 (11:29 +0100)
committerPaul Nasrat <pauln@enki.eridu>
Thu, 17 May 2007 10:29:29 +0000 (11:29 +0100)
Leonardo Rangel <lrangel@linux.vnet.ibm.com>

lib/malloc.c
second/prom.c

index 672bb3e4004900b1cf82746ca94a1db174472ff1..81d7717b32eb23ff410dc6c7077b32853d993386 100644 (file)
@@ -21,6 +21,7 @@
 
 #include "types.h"
 #include "stddef.h"
 
 #include "types.h"
 #include "stddef.h"
+#include "string.h"
 
 /* Imported functions */
 extern void prom_printf (char *fmt, ...);
 
 /* Imported functions */
 extern void prom_printf (char *fmt, ...);
index 74bbac6b2855f080df4e682ebdf9f3bbfb733c68..e9c5843e1efec04b25baa7185e16a9025b8e0905 100644 (file)
@@ -33,6 +33,7 @@
 #include "asm/processor.h"
 #include "errors.h"
 #include "debug.h"
 #include "asm/processor.h"
 #include "errors.h"
 #include "debug.h"
+#include "string.h"
 
 #define READ_BLOCKS_USE_READ   1
 
 
 #define READ_BLOCKS_USE_READ   1