From 5ebe4310875f5eb01bda69c144204ba8d89f967e Mon Sep 17 00:00:00 2001 From: Patrick Rudolph Date: Thu, 26 Sep 2019 08:47:40 +0200 Subject: lib/bootsplash: Fix compilation Add missing include. Tested on Supermicro X11SSH-TF. Change-Id: Id0c80ac646001a497e96cae4d48a0f09762eb936 Signed-off-by: Patrick Rudolph Reviewed-on: https://review.coreboot.org/c/coreboot/+/35613 Reviewed-by: Arthur Heymans Reviewed-by: Patrick Georgi Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) --- src/lib/bootsplash.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/bootsplash.c') diff --git a/src/lib/bootsplash.c b/src/lib/bootsplash.c index 812a3b7ccc..8364afa0b9 100644 --- a/src/lib/bootsplash.c +++ b/src/lib/bootsplash.c @@ -18,6 +18,7 @@ #include #include #include +#include #include "jpeg.h" -- cgit v1.2.3