diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2004-05-30 20:08:47 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2004-05-30 20:08:47 +0000 |
| commit | fe12f24bb098d8d2a6c35394a53a65b3e64f83d9 (patch) | |
| tree | 69a6ad2283b012050b1dbf190ca6fd53f42bcd5c /sys/dev/tdfx | |
| parent | f11d01c3bc6953d394810771a2ffcfc2b9ca7fb6 (diff) | |
Notes
Diffstat (limited to 'sys/dev/tdfx')
| -rw-r--r-- | sys/dev/tdfx/tdfx_pci.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/tdfx/tdfx_pci.c b/sys/dev/tdfx/tdfx_pci.c index eff6382742f9..1ba4ed7394cc 100644 --- a/sys/dev/tdfx/tdfx_pci.c +++ b/sys/dev/tdfx/tdfx_pci.c @@ -50,7 +50,8 @@ __FBSDID("$FreeBSD$"); #include <sys/filio.h> #include <sys/ioccom.h> #include <sys/kernel.h> -#include <sys/malloc.h> +#include <sys/module.h> +#include <sys/malloc.h> #include <sys/mman.h> #include <sys/signalvar.h> #include <sys/systm.h> |
