Date: Thu, 11 Jul 2024 07:36:45 GMT From: Emmanuel Vadot <manu@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: e4fc2fd62a5e - main - splash: Add sys/types.h Message-ID: <202407110736.46B7ajBG050063@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407110736.46B7ajBG050063>