From e4fc2fd62a5e4afebfc466868eb3b17f9ba0ad57 Mon Sep 17 00:00:00 2001 From: Emmanuel Vadot Date: Thu, 11 Jul 2024 09:36:05 +0200 Subject: [PATCH] splash: Add sys/types.h To fix make test-includes Fixes: 966e53a4e563 ("linker: Add MODINFOMD_SPLASH type") Sponsored by: Beckhoff Automation GmbH & Co. KG --- sys/sys/splash.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/sys/splash.h b/sys/sys/splash.h index ec1e140b88b..0bbc5a2bd57 100644 --- a/sys/sys/splash.h +++ b/sys/sys/splash.h @@ -8,6 +8,8 @@ #ifndef _SYS_SPLASH_H_ #define _SYS_SPLASH_H_ +#include + struct splash_info { uint32_t si_width; uint32_t si_height;