From: Scott Wood Date: Mon, 12 Mar 2007 20:41:38 +0000 (-0600) Subject: [POWERPC] bootwrapper: Add stddef.h to ops.h X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ce3edb30ec2b6350c4258e3d52e73b410e2ea12d;p=linux-beck.git [POWERPC] bootwrapper: Add stddef.h to ops.h ops.h references NULL, so include stddef.h, so files including ops.h don't have to. Signed-off-by: Scott Wood Acked-by: Mark A. Greer Acked-by: David Gibson Signed-off-by: Paul Mackerras --- diff --git a/arch/powerpc/boot/ops.h b/arch/powerpc/boot/ops.h index cad4eee599fb..2b569ad984bd 100644 --- a/arch/powerpc/boot/ops.h +++ b/arch/powerpc/boot/ops.h @@ -11,6 +11,7 @@ #ifndef _PPC_BOOT_OPS_H_ #define _PPC_BOOT_OPS_H_ +#include #include "types.h" #define COMMAND_LINE_SIZE 512