diff options
author | phk <phk@FreeBSD.org> | 2004-05-30 20:00:41 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2004-05-30 20:00:41 +0000 |
commit | 78e0acd9ea6faabf07daa812cd4b6a26c1905c33 (patch) | |
tree | 0313b488494bda92c9bcbe387b208adfeeb61c57 /sys/pci/ncr.c | |
parent | 623c8fe8d0c3c5cf8df9febc6761341dd376d6c1 (diff) | |
download | FreeBSD-src-78e0acd9ea6faabf07daa812cd4b6a26c1905c33.zip FreeBSD-src-78e0acd9ea6faabf07daa812cd4b6a26c1905c33.tar.gz |
Add missing <sys/module.h> includes
Diffstat (limited to 'sys/pci/ncr.c')
-rw-r--r-- | sys/pci/ncr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/pci/ncr.c b/sys/pci/ncr.c index ab7892e..135f81e 100644 --- a/sys/pci/ncr.c +++ b/sys/pci/ncr.c @@ -180,6 +180,7 @@ __FBSDID("$FreeBSD$"); #include <sys/systm.h> #include <sys/malloc.h> #include <sys/kernel.h> +#include <sys/module.h> #include <sys/sysctl.h> #include <sys/bus.h> #include <machine/md_var.h> |