diff options
author | jhb <jhb@FreeBSD.org> | 2000-12-12 20:24:36 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2000-12-12 20:24:36 +0000 |
commit | a7a7181fa8167eb34c468193399b8543ff5a8f67 (patch) | |
tree | ae728c595ba371bc8a2f291e51990c84660ace46 | |
parent | 9c8593d686e8efef3efd5b87b9bfea23dabaae52 (diff) | |
download | FreeBSD-src-a7a7181fa8167eb34c468193399b8543ff5a8f67.zip FreeBSD-src-a7a7181fa8167eb34c468193399b8543ff5a8f67.tar.gz |
Add a missing include of <sys/proc.h>.
-rw-r--r-- | sys/dev/agp/agp.c | 1 | ||||
-rw-r--r-- | sys/pci/agp.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/agp/agp.c b/sys/dev/agp/agp.c index ce1c4c9..97dcddd 100644 --- a/sys/dev/agp/agp.c +++ b/sys/dev/agp/agp.c @@ -38,6 +38,7 @@ #include <sys/ioccom.h> #include <sys/agpio.h> #include <sys/lock.h> +#include <sys/proc.h> #include <pci/pcivar.h> #include <pci/pcireg.h> diff --git a/sys/pci/agp.c b/sys/pci/agp.c index ce1c4c9..97dcddd 100644 --- a/sys/pci/agp.c +++ b/sys/pci/agp.c @@ -38,6 +38,7 @@ #include <sys/ioccom.h> #include <sys/agpio.h> #include <sys/lock.h> +#include <sys/proc.h> #include <pci/pcivar.h> #include <pci/pcireg.h> |