artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d03e48
)
Still needs <sys/reboot.h>
author
miod
<miod@openbsd.org>
Sun, 13 Jul 2014 20:29:05 +0000
(20:29 +0000)
committer
miod
<miod@openbsd.org>
Sun, 13 Jul 2014 20:29:05 +0000
(20:29 +0000)
sys/arch/sgi/sgi/ip27_machdep.c
patch
|
blob
|
history
diff --git
a/sys/arch/sgi/sgi/ip27_machdep.c
b/sys/arch/sgi/sgi/ip27_machdep.c
index
f7c748f
..
cbb856e
100644
(file)
--- 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.6
2 2014/07/12 22:37:03 uebayasi Exp $
*/
+/* $OpenBSD: ip27_machdep.c,v 1.6
3 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>