aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/tdfx/tdfx_pci.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2004-05-30 20:08:47 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2004-05-30 20:08:47 +0000
commitfe12f24bb098d8d2a6c35394a53a65b3e64f83d9 (patch)
tree69a6ad2283b012050b1dbf190ca6fd53f42bcd5c /sys/dev/tdfx/tdfx_pci.c
parentf11d01c3bc6953d394810771a2ffcfc2b9ca7fb6 (diff)
downloadsrc-fe12f24bb098d8d2a6c35394a53a65b3e64f83d9.tar.gz
src-fe12f24bb098d8d2a6c35394a53a65b3e64f83d9.zip
Add missing <sys/module.h> includes
Notes
Notes: svn path=/head/; revision=129879
Diffstat (limited to 'sys/dev/tdfx/tdfx_pci.c')
-rw-r--r--sys/dev/tdfx/tdfx_pci.c3
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>