From 0f681dc5e63564aa50415723cee4b4ae831c2a30 Mon Sep 17 00:00:00 2001 From: Patrick Rudolph Date: Fri, 8 Mar 2019 11:19:43 +0100 Subject: include/cpu/x86/pae.h: Add missing include Add the include for size_t. Fixes compilation error on source files that do not include it. Change-Id: Ic752886d94db18de89b8b8a5e70cf03965aeb5c3 Signed-off-by: Patrick Rudolph Reviewed-on: https://review.coreboot.org/c/coreboot/+/31922 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- src/include/cpu/x86/pae.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/include/cpu/x86/pae.h b/src/include/cpu/x86/pae.h index 51e47e1e85..7627187a52 100644 --- a/src/include/cpu/x86/pae.h +++ b/src/include/cpu/x86/pae.h @@ -2,6 +2,7 @@ #define CPU_X86_PAE_H #include +#include /* Enable paging with cr3 value for page directory pointer table as well as PAE option in cr4. */ -- cgit v1.2.3