From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from de01egw02.freescale.net (de01egw02.freescale.net [192.88.165.103]) by ozlabs.org (Postfix) with ESMTP id 70EC6DDF3F for ; Thu, 8 Feb 2007 10:01:25 +1100 (EST) Date: Wed, 7 Feb 2007 17:01:15 -0600 From: Scott Wood To: paulus@samba.org Subject: [PATCH 01/19] bootwrapper: Add stddef.h to ops.h Message-ID: <20070207230115.GA3849@ld0162-tx32.am.freescale.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20070207230017.GA3758@ld0162-tx32.am.freescale.net> Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , ops.h references NULL, so include stddef.h, so files including ops.h don't have to. Signed-off-by: Scott Wood --- 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 #include "types.h" #define COMMAND_LINE_SIZE 512 -- 1.4.4