diff options
-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> |