[PATCH 01/19] bootwrapper: Add stddef.h to ops.h
Mark A. Greer
mgreer at mvista.com
Tue Mar 13 09:26:52 EST 2007
On Mon, Mar 12, 2007 at 02:41:38PM -0600, Scott Wood wrote:
> ops.h references NULL, so include stddef.h, so files including ops.h
> don't have to.
>
> Signed-off-by: Scott Wood <scottwood at freescale.com>
Acked-by: Mark A. Greer <mgreer at mvista.com>
> ---
> 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 cad4eee..2b569ad 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.5.0.3
>
> _______________________________________________
> Linuxppc-dev mailing list
> Linuxppc-dev at ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-dev
More information about the Linuxppc-dev
mailing list