summaryrefslogtreecommitdiffstats
path: root/sys/dev/twe
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/twe
parent78e0acd9ea6faabf07daa812cd4b6a26c1905c33 (diff)
downloadFreeBSD-src-9d102d7d5a70ee242bf760ceab1e919140bf51c8.zip
FreeBSD-src-9d102d7d5a70ee242bf760ceab1e919140bf51c8.tar.gz
Add missing <sys/module.h> includes
Diffstat (limited to 'sys/dev/twe')
-rw-r--r--sys/dev/twe/twe_compat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/twe/twe_compat.h b/sys/dev/twe/twe_compat.h
index 78922a6..5cdad83 100644
--- a/sys/dev/twe/twe_compat.h
+++ b/sys/dev/twe/twe_compat.h
@@ -43,6 +43,7 @@
#include <sys/systm.h>
#include <sys/malloc.h>
#include <sys/kernel.h>
+#include <sys/module.h>
#include <sys/sysctl.h>
#include <sys/bus.h>
OpenPOWER on IntegriCloud