lib/bootsplash: Fix compilation

Add missing include.
Tested on Supermicro X11SSH-TF.

Change-Id: Id0c80ac646001a497e96cae4d48a0f09762eb936
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/35613
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Patrick Rudolph 2019-09-26 08:47:40 +02:00 committed by Patrick Rudolph
parent 9e77d4d037
commit 5ebe431087
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
#include <console/console.h>
#include <endian.h>
#include <bootsplash.h>
#include <stdlib.h>
#include "jpeg.h"