This file now needs <compat/sys/stat.h> to build.

This commit is contained in:
he 2005-09-14 13:49:27 +00:00
parent f9efc4ab63
commit 87e3d67bce
1 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: aoutm68k_stat.c,v 1.11 2005/08/22 10:57:04 he Exp $ */
/* $NetBSD: aoutm68k_stat.c,v 1.12 2005/09/14 13:49:27 he Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: aoutm68k_stat.c,v 1.11 2005/08/22 10:57:04 he Exp $");
__KERNEL_RCSID(0, "$NetBSD: aoutm68k_stat.c,v 1.12 2005/09/14 13:49:27 he Exp $");
#if defined(_KERNEL_OPT)
#include "opt_compat_netbsd.h"
@ -54,6 +54,8 @@ __KERNEL_RCSID(0, "$NetBSD: aoutm68k_stat.c,v 1.11 2005/08/22 10:57:04 he Exp $"
#include <sys/sa.h>
#include <sys/syscallargs.h>
#include <compat/sys/stat.h>
#include <compat/aoutm68k/aoutm68k_util.h>
#include <compat/aoutm68k/aoutm68k_stat.h>
#include <compat/aoutm68k/aoutm68k_syscall.h>