From 88f8ec6c152dfe780a5d9dc50f1a5bcdf6866a90 Mon Sep 17 00:00:00 2001 From: yamt Date: Mon, 15 May 2006 13:11:29 +0000 Subject: [PATCH] include kauth.h for kauth_authorize_generic. --- sys/compat/linux/arch/mips/linux_machdep.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys/compat/linux/arch/mips/linux_machdep.c b/sys/compat/linux/arch/mips/linux_machdep.c index d78d34224f27..b9721aeda3fb 100644 --- a/sys/compat/linux/arch/mips/linux_machdep.c +++ b/sys/compat/linux/arch/mips/linux_machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux_machdep.c,v 1.25 2006/05/14 21:24:50 elad Exp $ */ +/* $NetBSD: linux_machdep.c,v 1.26 2006/05/15 13:11:29 yamt Exp $ */ /*- * Copyright (c) 1995, 2000, 2001 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: linux_machdep.c,v 1.25 2006/05/14 21:24:50 elad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_machdep.c,v 1.26 2006/05/15 13:11:29 yamt Exp $"); #include #include @@ -64,6 +64,7 @@ __KERNEL_RCSID(0, "$NetBSD: linux_machdep.c,v 1.25 2006/05/14 21:24:50 elad Exp #include #include #include +#include #include #include