include: image: fix compile error
error message: include/image.h:1015:1: error: unknown type name 'bool'; did you mean '_Bool'? Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com> Change-Id: I786c04be6f389ad42685b934eb13426ea9a9e5a4
This commit is contained in:
parent
f28847a81d
commit
0ee21b67f5
|
|
@ -17,6 +17,7 @@
|
|||
#define __IMAGE_H__
|
||||
|
||||
#include "compiler.h"
|
||||
#include <stdbool.h>
|
||||
#include <asm/byteorder.h>
|
||||
|
||||
/* Define this to avoid #ifdefs later on */
|
||||
|
|
|
|||
Loading…
Reference in New Issue