From 11b26ea446e3099d2270bc1dfa405c5ae291d34a Mon Sep 17 00:00:00 2001 From: miod Date: Sun, 13 Jul 2014 09:08:20 +0000 Subject: [PATCH] These still need for the RB_ constants. --- sys/arch/hppa/hppa/machdep.c | 3 ++- sys/arch/hppa64/hppa64/machdep.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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 -- 2.20.1