diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2014-07-13 20:29:06 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2014-07-13 20:29:06 +0000 |
commit | 8b7d7fe0775f1a5955b5ef4ea70908895f0fa39c (patch) | |
tree | bba585bd3ee7668ea87c3e66dfe5fb631857db6e /sys/arch | |
parent | 608d88a44abb07578b2df24351d37e46631654af (diff) |
Still needs <sys/reboot.h>
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/sgi/sgi/ip27_machdep.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sgi/sgi/ip27_machdep.c b/sys/arch/sgi/sgi/ip27_machdep.c index f7c748ff312..cbb856e089d 100644 --- a/sys/arch/sgi/sgi/ip27_machdep.c +++ b/sys/arch/sgi/sgi/ip27_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ip27_machdep.c,v 1.62 2014/07/12 22:37:03 uebayasi Exp $ */ +/* $OpenBSD: ip27_machdep.c,v 1.63 2014/07/13 20:29:05 miod Exp $ */ /* * Copyright (c) 2008, 2009 Miodrag Vallat. @@ -26,6 +26,7 @@ #include <sys/systm.h> #include <sys/device.h> #include <sys/malloc.h> +#include <sys/reboot.h> #include <sys/tty.h> #include <mips64/arcbios.h> |