diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-01-13 00:11:07 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-01-13 00:11:07 +0000 |
commit | 96ed41a04504e15bd8cf28c643c2432eeb94d96e (patch) | |
tree | f1f1a3d56023deac026d5c9da1b95f397b618779 /sys/arch | |
parent | fb62eb67cddb5b834adfd32427f4d96c5d3fe9b0 (diff) |
need mbuf.h
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/alpha/pci/pci_sgmap_pte64.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/alpha/pci/pci_sgmap_pte64.c b/sys/arch/alpha/pci/pci_sgmap_pte64.c index 331b7153e49..807f13cdef4 100644 --- a/sys/arch/alpha/pci/pci_sgmap_pte64.c +++ b/sys/arch/alpha/pci/pci_sgmap_pte64.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pci_sgmap_pte64.c,v 1.4 2001/11/06 19:53:13 miod Exp $ */ +/* $OpenBSD: pci_sgmap_pte64.c,v 1.5 2004/01/13 00:11:06 deraadt Exp $ */ /* $NetBSD: pci_sgmap_pte64.c,v 1.4 2000/06/29 08:58:49 mrg Exp $ */ /*- @@ -43,6 +43,7 @@ #include <sys/kernel.h> #include <sys/device.h> #include <sys/malloc.h> +#include <sys/mbuf.h> #include <sys/proc.h> #include <uvm/uvm_extern.h> |