diff options
author | jhb <jhb@FreeBSD.org> | 2001-07-05 21:28:47 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2001-07-05 21:28:47 +0000 |
commit | 5f683e623fd60fe20344858550862cb1b390d8c2 (patch) | |
tree | a8a39e16c35f6df8a7d0520e261da2e8cb0c9e7d /sys/dev/agp/agp_via.c | |
parent | 36751bc5d26e78b815284c2d45b767978c357e54 (diff) | |
download | FreeBSD-src-5f683e623fd60fe20344858550862cb1b390d8c2.zip FreeBSD-src-5f683e623fd60fe20344858550862cb1b390d8c2.tar.gz |
Make these compile again by adding proc.h include for GIANT_REQUIRED
that is in included vm headers.
Diffstat (limited to 'sys/dev/agp/agp_via.c')
-rw-r--r-- | sys/dev/agp/agp_via.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/agp/agp_via.c b/sys/dev/agp/agp_via.c index 086b027..1e9eff9 100644 --- a/sys/dev/agp/agp_via.c +++ b/sys/dev/agp/agp_via.c @@ -36,6 +36,7 @@ #include <sys/bus.h> #include <sys/lock.h> #include <sys/mutex.h> +#include <sys/proc.h> #include <pci/pcivar.h> #include <pci/pcireg.h> |