diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2012-10-22 04:26:34 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2012-10-22 04:26:34 +0000 |
commit | 491eb86d3c6455d3f31128fbb0a660e4c2796712 (patch) | |
tree | 65522898ac3f707e37e4e9d34e23c044d8146d42 /sys/arch/mvme68k | |
parent | 1838174698015be18ab381c6a3c08fe751b47886 (diff) |
missing header
Diffstat (limited to 'sys/arch/mvme68k')
-rw-r--r-- | sys/arch/mvme68k/mvme68k/machdep.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/mvme68k/mvme68k/machdep.c b/sys/arch/mvme68k/mvme68k/machdep.c index 8637f4d21ca..03414cac9bd 100644 --- a/sys/arch/mvme68k/mvme68k/machdep.c +++ b/sys/arch/mvme68k/mvme68k/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.127 2012/10/08 21:47:48 deraadt Exp $ */ +/* $OpenBSD: machdep.c,v 1.128 2012/10/22 04:26:33 miod Exp $ */ /* * Copyright (c) 1995 Theo de Raadt @@ -70,6 +70,7 @@ #include <sys/buf.h> #include <sys/reboot.h> #include <sys/conf.h> +#include <sys/device.h> #include <sys/file.h> #include <sys/timeout.h> #include <sys/malloc.h> |