Module Name: src
Committed By: he
Date: Wed Aug 19 19:39:05 UTC 2009
Modified Files:
src/sys/arch/atari/atari: atari_init.c
Log Message:
One more file needing <sys/exec_aout.h>.
To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 src/sys/arch/atari/atari/atari_init.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/atari/atari/atari_init.c
diff -u src/sys/arch/atari/atari/atari_init.c:1.83 src/sys/arch/atari/atari/atari_init.c:1.84
--- src/sys/arch/atari/atari/atari_init.c:1.83 Wed Jul 8 12:23:09 2009
+++ src/sys/arch/atari/atari/atari_init.c Wed Aug 19 19:39:05 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: atari_init.c,v 1.83 2009/07/08 12:23:09 tsutsui Exp $ */
+/* $NetBSD: atari_init.c,v 1.84 2009/08/19 19:39:05 he Exp $ */
/*
* Copyright (c) 1995 Leo Weppelman
@@ -33,7 +33,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: atari_init.c,v 1.83 2009/07/08 12:23:09 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: atari_init.c,v 1.84 2009/08/19 19:39:05 he Exp $");
#include "opt_ddb.h"
#include "opt_mbtype.h"
@@ -55,6 +55,7 @@
#include <sys/dkbad.h>
#include <sys/reboot.h>
#include <sys/exec.h>
+#include <sys/exec_aout.h>
#include <sys/core.h>
#include <sys/kcore.h>