git: e4fc2fd62a5e - main - splash: Add sys/types.h
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 11 Jul 2024 07:36:45 UTC
The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=e4fc2fd62a5e4afebfc466868eb3b17f9ba0ad57 commit e4fc2fd62a5e4afebfc466868eb3b17f9ba0ad57 Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2024-07-11 07:36:05 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2024-07-11 07:36:05 +0000 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 ec1e140b88bd..0bbc5a2bd574 100644 --- a/sys/sys/splash.h +++ b/sys/sys/splash.h @@ -8,6 +8,8 @@ #ifndef _SYS_SPLASH_H_ #define _SYS_SPLASH_H_ +#include <sys/types.h> + struct splash_info { uint32_t si_width; uint32_t si_height;