will need darwin_types.h in the branch.

This commit is contained in:
christos 2008-03-30 20:59:59 +00:00
parent c2126f5e21
commit e8ecc76830

View File

@ -1,4 +1,4 @@
/* $NetBSD: darwin_machdep.c,v 1.12 2007/12/20 23:02:39 dsl Exp $ */
/* $NetBSD: darwin_machdep.c,v 1.13 2008/03/30 20:59:59 christos Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc.
@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: darwin_machdep.c,v 1.12 2007/12/20 23:02:39 dsl Exp $");
__KERNEL_RCSID(0, "$NetBSD: darwin_machdep.c,v 1.13 2008/03/30 20:59:59 christos Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -50,6 +50,7 @@ __KERNEL_RCSID(0, "$NetBSD: darwin_machdep.c,v 1.12 2007/12/20 23:02:39 dsl Exp
#include <compat/mach/mach_types.h>
#include <compat/mach/mach_vm.h>
#include <compat/darwin/darwin_types.h>
#include <compat/darwin/darwin_audit.h>
#include <compat/darwin/darwin_signal.h>
#include <compat/darwin/darwin_syscallargs.h>