diff options
author | cokane <cokane@FreeBSD.org> | 2000-06-23 04:27:33 +0000 |
---|---|---|
committer | cokane <cokane@FreeBSD.org> | 2000-06-23 04:27:33 +0000 |
commit | fe746d0d2e001ec0779ba3f18ce78129276ea356 (patch) | |
tree | 3fd9a75112043f7fd7d70eaa332d6be033278447 /sys/dev/tdfx/tdfx_pci.c | |
parent | f8c9b87af4db41bc0d2915feedab9f297c2d5e3c (diff) | |
download | FreeBSD-src-fe746d0d2e001ec0779ba3f18ce78129276ea356.zip FreeBSD-src-fe746d0d2e001ec0779ba3f18ce78129276ea356.tar.gz |
Fixed problem with linux ioctl code, module loading should work now.
Diffstat (limited to 'sys/dev/tdfx/tdfx_pci.c')
-rw-r--r-- | sys/dev/tdfx/tdfx_pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/tdfx/tdfx_pci.c b/sys/dev/tdfx/tdfx_pci.c index ad48f99..d6a98df 100644 --- a/sys/dev/tdfx/tdfx_pci.c +++ b/sys/dev/tdfx/tdfx_pci.c @@ -78,6 +78,7 @@ #include <dev/tdfx/tdfx_linux.h> #endif +#include <dev/tdfx/tdfx_linux.h> #include <dev/tdfx/tdfx_io.h> #include <dev/tdfx/tdfx_vars.h> #include <dev/tdfx/tdfx_pci.h> |