diff options
-rw-r--r-- | sys/dev/fb/splash.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/fb/splash.c b/sys/dev/fb/splash.c index 5788156..973f02a 100644 --- a/sys/dev/fb/splash.c +++ b/sys/dev/fb/splash.c @@ -31,6 +31,7 @@ #include <sys/malloc.h> #include <sys/linker.h> #include <sys/fbio.h> +#include <sys/kernel.h> #include <dev/fb/fbreg.h> #include <dev/fb/splashreg.h> |