diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-07-02 18:02:32 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-07-02 18:02:32 +0000 |
commit | 044f9f39df2f6c8c6ccf5826c21299d22858f5fa (patch) | |
tree | b20b4967192c13a4eee86296a6f74aff880692c0 /sys/arch/hppa64 | |
parent | 2fc964f770e06368e0207bddfc437c04cf2905d4 (diff) |
Does not need to pull in "the world" either
ok jsing
Diffstat (limited to 'sys/arch/hppa64')
-rw-r--r-- | sys/arch/hppa64/include/param.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/hppa64/include/param.h b/sys/arch/hppa64/include/param.h index bb75adaf669..5e8159d7644 100644 --- a/sys/arch/hppa64/include/param.h +++ b/sys/arch/hppa64/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.16 2011/11/10 23:14:13 deraadt Exp $ */ +/* $OpenBSD: param.h,v 1.17 2012/07/02 18:02:31 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 <machine/cpu.h> #include <machine/intr.h> +#endif /* * Machine dependent constants for PA-RISC. |