From 9a4e6dd3e4627498830b1202bf446c8df94f700b Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Thu, 25 Apr 2002 22:18:21 +0000 Subject: should be included when this is included from userland, for example from libkvm; found the hard way be deraadt@ --- sys/arch/mvme68k/include/cpu.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys') diff --git a/sys/arch/mvme68k/include/cpu.h b/sys/arch/mvme68k/include/cpu.h index d005b7e7b17..c294452da6c 100644 --- a/sys/arch/mvme68k/include/cpu.h +++ b/sys/arch/mvme68k/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.10 2002/04/23 08:04:14 miod Exp $ */ +/* $OpenBSD: cpu.h,v 1.11 2002/04/25 22:18:20 miod Exp $ */ /* * Copyright (c) 1995 Theo de Raadt @@ -89,14 +89,14 @@ { "console_device", CTLTYPE_STRUCT }, \ } -#ifdef _KERNEL - /* * Get common m68k CPU definiti÷ns. */ #define M68K_MMU_MOTOROLA #include +#ifdef _KERNEL + /* * Get interrupt glue. */ -- cgit v1.2.3