diff options
Diffstat (limited to 'sys/dev/fb')
-rw-r--r-- | sys/dev/fb/splash.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/fb/splash.c b/sys/dev/fb/splash.c index 973f02a..6f27f08 100644 --- a/sys/dev/fb/splash.c +++ b/sys/dev/fb/splash.c @@ -26,6 +26,8 @@ * $FreeBSD$ */ +#include "opt_splash.h" + #include <sys/param.h> #include <sys/systm.h> #include <sys/malloc.h> |