From ae24b8bfd36bba528f7ff31145f37e1c6d6a840f Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Sun, 20 Jan 2019 11:33:07 +0100 Subject: layout: Add missing stdbool.h include MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I9a413d491038b29c832011a738f3b49e029dcf6f Signed-off-by: Nico Huber Reviewed-on: https://review.coreboot.org/c/31013 Tested-by: build bot (Jenkins) Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Angel Pons Reviewed-by: Paul Menzel --- layout.h | 1 + 1 file changed, 1 insertion(+) (limited to 'layout.h') diff --git a/layout.h b/layout.h index eb54a4fe..770224b4 100644 --- a/layout.h +++ b/layout.h @@ -23,6 +23,7 @@ #include #include +#include /* 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. */ -- cgit v1.2.3