diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-04-29 18:03:52 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-04-29 18:03:52 +0000 |
| commit | 932a24df3e3b5aac97707d46e19b63d714ac3864 (patch) | |
| tree | 788352614b758d27b802f378477429b2931f48f1 /sys/dev/fb | |
| parent | f490231eb395e9664cac452eb966f4b4cfceb078 (diff) | |
Notes
Diffstat (limited to 'sys/dev/fb')
| -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 57881569274a..973f02a0bfed 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> |
