diff options
author | 2014-07-13 20:29:05 +0000 | |
---|---|---|
committer | 2014-07-13 20:29:05 +0000 | |
commit | d62b55f207ac4e50e6d1392eda2a6bd9badc441b (patch) | |
tree | 257f23c8603eb08a5129daa99024a204f8a3078c | |
parent | If a client is killed while suspended with ^Z so has gone through the (diff) | |
download | wireguard-openbsd-d62b55f207ac4e50e6d1392eda2a6bd9badc441b.tar.xz wireguard-openbsd-d62b55f207ac4e50e6d1392eda2a6bd9badc441b.zip |
Still needs <sys/reboot.h>
-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> |