diff options
author | yokota <yokota@FreeBSD.org> | 2001-08-02 13:23:17 +0000 |
---|---|---|
committer | yokota <yokota@FreeBSD.org> | 2001-08-02 13:23:17 +0000 |
commit | 2c666d5bfc7a548e04e062d32708b0f83011b5e0 (patch) | |
tree | ab90f48f39fba104f44876a0e758f59b00f1dea3 | |
parent | 5ae9960da3f93d3677365b8fb5679dd6b9a007c5 (diff) | |
download | FreeBSD-src-2c666d5bfc7a548e04e062d32708b0f83011b5e0.zip FreeBSD-src-2c666d5bfc7a548e04e062d32708b0f83011b5e0.tar.gz |
Include opt_splash.h.
-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> |