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:
Jason Zhu 2020-09-15 14:07:28 +08:00 committed by Jianhong Chen
parent f28847a81d
commit 0ee21b67f5
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
#define __IMAGE_H__
#include "compiler.h"
#include <stdbool.h>
#include <asm/byteorder.h>
/* Define this to avoid #ifdefs later on */