diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2004-05-30 20:00:41 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2004-05-30 20:00:41 +0000 |
| commit | f11d01c3bc6953d394810771a2ffcfc2b9ca7fb6 (patch) | |
| tree | 0313b488494bda92c9bcbe387b208adfeeb61c57 /sys/pci/ncr.c | |
| parent | 887ae9a1d20246de4e8c0f90e65a259ad50ab29e (diff) | |
Notes
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 ab7892ec13db..135f81e82be2 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> |
