Skip to content

Commit

Permalink
splash: Add sys/types.h
Browse files Browse the repository at this point in the history
To fix make test-includes

Fixes:		966e53a ("linker: Add MODINFOMD_SPLASH type")
Sponsored by:	Beckhoff Automation GmbH & Co. KG
  • Loading branch information
evadot committed Jul 11, 2024
1 parent 7504e0e commit e4fc2fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sys/sys/splash.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e4fc2fd

Please sign in to comment.