Still needs <sys/reboot.h>
authormiod <miod@openbsd.org>
Sun, 13 Jul 2014 20:29:05 +0000 (20:29 +0000)
committermiod <miod@openbsd.org>
Sun, 13 Jul 2014 20:29:05 +0000 (20:29 +0000)
sys/arch/sgi/sgi/ip27_machdep.c

index f7c748f..cbb856e 100644 (file)
@@ -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>