diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-04-20 23:27:02 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-04-20 23:27:02 +0000 |
commit | 8ba397e904a28976d6f864a7c5f91f975783c0ba (patch) | |
tree | 5a3fa3f67704c9b3f4bdbf6a7c3cb0b42b0d917b /sys/arch/sparc64/dev | |
parent | 02bbd32eea8cdc4e9d1ab5d232119109e5c649ef (diff) |
cleanup more confusion regarding user.h before proc.h, or missing proc.h
ok tedu
Diffstat (limited to 'sys/arch/sparc64/dev')
-rw-r--r-- | sys/arch/sparc64/dev/iommu.c | 3 | ||||
-rw-r--r-- | sys/arch/sparc64/dev/vdsp.c | 3 | ||||
-rw-r--r-- | sys/arch/sparc64/dev/viommu.c | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/sys/arch/sparc64/dev/iommu.c b/sys/arch/sparc64/dev/iommu.c index 889486ebdd2..a0a1baae8ac 100644 --- a/sys/arch/sparc64/dev/iommu.c +++ b/sys/arch/sparc64/dev/iommu.c @@ -1,4 +1,4 @@ -/* $OpenBSD: iommu.c,v 1.61 2009/08/09 13:35:43 oga Exp $ */ +/* $OpenBSD: iommu.c,v 1.62 2010/04/20 23:26:59 deraadt Exp $ */ /* $NetBSD: iommu.c,v 1.47 2002/02/08 20:03:45 eeh Exp $ */ /* @@ -38,6 +38,7 @@ #include <sys/extent.h> #include <sys/malloc.h> #include <sys/systm.h> +#include <sys/proc.h> #include <sys/device.h> #include <sys/mbuf.h> diff --git a/sys/arch/sparc64/dev/vdsp.c b/sys/arch/sparc64/dev/vdsp.c index 6c0d286934a..ff7cbb5f4fd 100644 --- a/sys/arch/sparc64/dev/vdsp.c +++ b/sys/arch/sparc64/dev/vdsp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vdsp.c,v 1.1 2009/12/31 11:58:41 kettenis Exp $ */ +/* $OpenBSD: vdsp.c,v 1.2 2010/04/20 23:26:59 deraadt Exp $ */ /* * Copyright (c) 2009 Mark Kettenis * @@ -16,6 +16,7 @@ */ #include <sys/param.h> +#include <sys/proc.h> #include <sys/buf.h> #include <sys/device.h> #include <sys/fcntl.h> diff --git a/sys/arch/sparc64/dev/viommu.c b/sys/arch/sparc64/dev/viommu.c index 88e09dae6f7..f3e2b6ebc5b 100644 --- a/sys/arch/sparc64/dev/viommu.c +++ b/sys/arch/sparc64/dev/viommu.c @@ -1,4 +1,4 @@ -/* $OpenBSD: viommu.c,v 1.8 2009/08/09 13:35:43 oga Exp $ */ +/* $OpenBSD: viommu.c,v 1.9 2010/04/20 23:26:59 deraadt Exp $ */ /* $NetBSD: iommu.c,v 1.47 2002/02/08 20:03:45 eeh Exp $ */ /* @@ -40,6 +40,7 @@ #include <sys/extent.h> #include <sys/malloc.h> #include <sys/systm.h> +#include <sys/proc.h> #include <sys/device.h> #include <sys/mbuf.h> |