From 17e49bf47cbfd7c01c85de9a2bf05a93f2494c6f Mon Sep 17 00:00:00 2001 From: yamt Date: Mon, 15 May 2006 13:11:00 +0000 Subject: [PATCH] include kauth.h for kauth_cred_geteuid, etc. --- sys/compat/linux/arch/m68k/linux_machdep.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys/compat/linux/arch/m68k/linux_machdep.c b/sys/compat/linux/arch/m68k/linux_machdep.c index 3bc3064c794d..5cc190fc7418 100644 --- a/sys/compat/linux/arch/m68k/linux_machdep.c +++ b/sys/compat/linux/arch/m68k/linux_machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux_machdep.c,v 1.26 2006/05/14 21:24:50 elad Exp $ */ +/* $NetBSD: linux_machdep.c,v 1.27 2006/05/15 13:11:00 yamt Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: linux_machdep.c,v 1.26 2006/05/14 21:24:50 elad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_machdep.c,v 1.27 2006/05/15 13:11:00 yamt Exp $"); #define COMPAT_LINUX 1 @@ -52,6 +52,7 @@ __KERNEL_RCSID(0, "$NetBSD: linux_machdep.c,v 1.26 2006/05/14 21:24:50 elad Exp #include #include #include +#include #include #include