From: miod Date: Sun, 13 Jul 2014 09:08:20 +0000 (+0000) Subject: These still need for the RB_ constants. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=11b26ea446e3099d2270bc1dfa405c5ae291d34a;p=openbsd These still need for the RB_ constants. --- diff --git a/sys/arch/hppa/hppa/machdep.c b/sys/arch/hppa/hppa/machdep.c index 3e62f4d2c68..3bac6ec99c9 100644 --- a/sys/arch/hppa/hppa/machdep.c +++ b/sys/arch/hppa/hppa/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.228 2014/07/12 22:37:03 uebayasi Exp $ */ +/* $OpenBSD: machdep.c,v 1.229 2014/07/13 09:08:20 miod Exp $ */ /* * Copyright (c) 1999-2003 Michael Shalayeff @@ -32,6 +32,7 @@ #include #include #include +#include #include #include #include diff --git a/sys/arch/hppa64/hppa64/machdep.c b/sys/arch/hppa64/hppa64/machdep.c index 86a68cf1a4a..3b1a7aec8b1 100644 --- a/sys/arch/hppa64/hppa64/machdep.c +++ b/sys/arch/hppa64/hppa64/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.66 2014/07/12 22:37:03 uebayasi Exp $ */ +/* $OpenBSD: machdep.c,v 1.67 2014/07/13 09:08:20 miod Exp $ */ /* * Copyright (c) 2005 Michael Shalayeff @@ -23,6 +23,7 @@ #include #include #include +#include #include #include #include