diff --git a/sys/arch/i386/i386/mach_syscall.c b/sys/arch/i386/i386/mach_syscall.c index f0906a6af4a3..a39ecc3137ab 100644 --- a/sys/arch/i386/i386/mach_syscall.c +++ b/sys/arch/i386/i386/mach_syscall.c @@ -1,4 +1,4 @@ -/* $NetBSD: mach_syscall.c,v 1.23 2007/12/10 22:28:45 dsl Exp $ */ +/* $NetBSD: mach_syscall.c,v 1.24 2007/12/11 08:06:16 dsl Exp $ */ /*- * Copyright (c) 1998, 2000 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: mach_syscall.c,v 1.23 2007/12/10 22:28:45 dsl Exp $"); +__KERNEL_RCSID(0, "$NetBSD: mach_syscall.c,v 1.24 2007/12/11 08:06:16 dsl Exp $"); #include "opt_vm86.h" @@ -54,6 +54,7 @@ __KERNEL_RCSID(0, "$NetBSD: mach_syscall.c,v 1.23 2007/12/10 22:28:45 dsl Exp $" #include #include #include +#include void mach_syscall_intern(struct proc *); void mach_syscall_plain(struct trapframe *);