From c89def33ca28d213deb1abf55623f82a7e110412 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 26 Jun 2012 16:18:15 +0000 Subject: param.h (like landisk and alpha before) was still trying to include too much of the kernel world when it did not need to --- sys/arch/hppa/include/param.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/arch/hppa') diff --git a/sys/arch/hppa/include/param.h b/sys/arch/hppa/include/param.h index 62bc1581785..1009521e5f2 100644 --- a/sys/arch/hppa/include/param.h +++ b/sys/arch/hppa/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.41 2011/09/08 03:40:32 guenther Exp $ */ +/* $OpenBSD: param.h,v 1.42 2012/06/26 16:18:14 deraadt Exp $ */ /* * Copyright (c) 1988-1994, The University of Utah and @@ -23,8 +23,10 @@ * Utah $Hdr: param.h 1.18 94/12/16$ */ +#ifdef _KERNEL #include #include +#endif /* * Machine dependent constants for PA-RISC. -- cgit v1.2.3