summaryrefslogtreecommitdiffstats
path: root/sys/dev/fb
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-05-30 20:08:47 +0000
committerphk <phk@FreeBSD.org>2004-05-30 20:08:47 +0000
commit9d102d7d5a70ee242bf760ceab1e919140bf51c8 (patch)
tree69a6ad2283b012050b1dbf190ca6fd53f42bcd5c /sys/dev/fb
parent78e0acd9ea6faabf07daa812cd4b6a26c1905c33 (diff)
downloadFreeBSD-src-9d102d7d5a70ee242bf760ceab1e919140bf51c8.zip
FreeBSD-src-9d102d7d5a70ee242bf760ceab1e919140bf51c8.tar.gz
Add missing <sys/module.h> includes
Diffstat (limited to 'sys/dev/fb')
-rw-r--r--sys/dev/fb/splash.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/fb/splash.c b/sys/dev/fb/splash.c
index daa0e5a..ec25d1c 100644
--- a/sys/dev/fb/splash.c
+++ b/sys/dev/fb/splash.c
@@ -36,6 +36,7 @@ __FBSDID("$FreeBSD$");
#include <sys/linker.h>
#include <sys/fbio.h>
#include <sys/kernel.h>
+#include <sys/module.h>
#include <dev/fb/fbreg.h>
#include <dev/fb/splashreg.h>
OpenPOWER on IntegriCloud