summaryrefslogtreecommitdiffstats
path: root/layout.h
diff options
context:
space:
mode:
authorNico Huber <nico.h@gmx.de>2019-01-20 11:33:07 +0100
committerNico Huber <nico.h@gmx.de>2019-03-04 15:34:31 +0000
commitae24b8bfd36bba528f7ff31145f37e1c6d6a840f (patch)
treef6643c929caba28baba6a3519336e3693fbc9951 /layout.h
parent6e61e0cf9cf038d5f95bcbe5b6516d58ecd81d7d (diff)
downloadflashrom-ae24b8bfd36bba528f7ff31145f37e1c6d6a840f.tar.gz
flashrom-ae24b8bfd36bba528f7ff31145f37e1c6d6a840f.tar.bz2
flashrom-ae24b8bfd36bba528f7ff31145f37e1c6d6a840f.zip
layout: Add missing stdbool.h include
Change-Id: I9a413d491038b29c832011a738f3b49e029dcf6f Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/c/31013 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'layout.h')
-rw-r--r--layout.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/layout.h b/layout.h
index eb54a4feb..770224b42 100644
--- a/layout.h
+++ b/layout.h
@@ -23,6 +23,7 @@
#include <stddef.h>
#include <stdint.h>
+#include <stdbool.h>
/* Types and macros regarding the maximum flash space size supported by generic code. */
typedef uint32_t chipoff_t; /* Able to store any addressable offset within a supported flash memory. */