[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 <scottwood@freescale.com> Acked-by: Mark A. Greer <mgreer@mvista.com> Acked-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
parent
cd197ffcf1
commit
ce3edb30ec
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue