From a92b9406516038622fd8908a0b060c490cb66deb Mon Sep 17 00:00:00 2001 From: Landry Breuil Date: Wed, 20 Apr 2016 05:24:19 +0000 Subject: Move back #include outside #ifdef _KERNEL as it was originally intended in r1.38. (ie more or less revert r1.39) (re-)Fixes at least net/net-snmp, sysutils/gkrellm/gkrellm,-client, sysutils/xuvmstat and sysutils/bubblemon-dockapp on alpha. From miod@ --- sys/arch/alpha/include/pmap.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/alpha/include') diff --git a/sys/arch/alpha/include/pmap.h b/sys/arch/alpha/include/pmap.h index 763a372ec8b..d611156bbc3 100644 --- a/sys/arch/alpha/include/pmap.h +++ b/sys/arch/alpha/include/pmap.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.h,v 1.39 2016/02/22 07:50:37 deraadt Exp $ */ +/* $OpenBSD: pmap.h,v 1.40 2016/04/20 05:24:18 landry Exp $ */ /* $NetBSD: pmap.h,v 1.37 2000/11/19 03:16:35 thorpej Exp $ */ /*- @@ -70,12 +70,12 @@ #ifndef _PMAP_MACHINE_ #define _PMAP_MACHINE_ +#include #include #ifdef _KERNEL #include -#include /* * Machine-dependent virtual memory state. -- cgit v1.2.3