[PATCH 02/18] Add stddef.h to arch/powerpc/boot/ops.h

Scott Wood scottwood at freescale.com
Thu Jan 25 08:06:58 EST 2007


ops.h references NULL, so include stddef.h, so files including ops.h
don't have to.
---
 arch/powerpc/boot/ops.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/powerpc/boot/ops.h b/arch/powerpc/boot/ops.h
index 8abb651..4ac7b02 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 <stddef.h>
 #include "types.h"
 
 #define	COMMAND_LINE_SIZE	512
-- 
1.4.4




More information about the Linuxppc-dev mailing list