diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2012-10-21 09:52:00 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2012-10-21 09:52:00 +0000 |
commit | da8b4e84412d585f87ceaf32cde56eb1e58669dd (patch) | |
tree | 4a282f7f9c1faaff244efa721636a95a74dacc99 /sys/arch | |
parent | b6ed1f3af431cae77af347b3bd82617aac33a6da (diff) |
Needs <sys/device.h> now
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/luna88k/luna88k/machdep.c | 3 | ||||
-rw-r--r-- | sys/arch/mvme88k/mvme88k/machdep.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/luna88k/luna88k/machdep.c b/sys/arch/luna88k/luna88k/machdep.c index 758e20b9cb7..d73e082d11f 100644 --- a/sys/arch/luna88k/luna88k/machdep.c +++ b/sys/arch/luna88k/luna88k/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.83 2012/10/18 17:45:09 miod Exp $ */ +/* $OpenBSD: machdep.c,v 1.84 2012/10/21 09:51:59 miod Exp $ */ /* * Copyright (c) 1998, 1999, 2000, 2001 Steve Murphree, Jr. * Copyright (c) 1996 Nivas Madhur @@ -65,6 +65,7 @@ #include <sys/buf.h> #include <sys/reboot.h> #include <sys/conf.h> +#include <sys/device.h> #include <sys/malloc.h> #include <sys/mount.h> #include <sys/msgbuf.h> diff --git a/sys/arch/mvme88k/mvme88k/machdep.c b/sys/arch/mvme88k/mvme88k/machdep.c index 0299d413d85..1f30e9f6928 100644 --- a/sys/arch/mvme88k/mvme88k/machdep.c +++ b/sys/arch/mvme88k/mvme88k/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.246 2012/10/08 21:47:49 deraadt Exp $ */ +/* $OpenBSD: machdep.c,v 1.247 2012/10/21 09:51:59 miod Exp $ */ /* * Copyright (c) 1998, 1999, 2000, 2001 Steve Murphree, Jr. * Copyright (c) 1996 Nivas Madhur @@ -52,6 +52,7 @@ #include <sys/buf.h> #include <sys/reboot.h> #include <sys/conf.h> +#include <sys/device.h> #include <sys/malloc.h> #include <sys/mount.h> #include <sys/msgbuf.h> |