Module Name: src
Committed By: he
Date: Sun Aug 23 08:51:56 UTC 2009
Modified Files:
src/sys/arch/sparc/stand/bootxx: bootxx.c
Log Message:
We need an explicit include of <sys/exec_aout.h> here as well.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/sparc/stand/bootxx/bootxx.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/sparc/stand/bootxx/bootxx.c
diff -u src/sys/arch/sparc/stand/bootxx/bootxx.c:1.23 src/sys/arch/sparc/stand/bootxx/bootxx.c:1.24
--- src/sys/arch/sparc/stand/bootxx/bootxx.c:1.23 Mon Mar 23 13:47:32 2009
+++ src/sys/arch/sparc/stand/bootxx/bootxx.c Sun Aug 23 08:51:56 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: bootxx.c,v 1.23 2009/03/23 13:47:32 tsutsui Exp $ */
+/* $NetBSD: bootxx.c,v 1.24 2009/08/23 08:51:56 he Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -31,6 +31,7 @@
#include <sys/param.h>
#include <sys/exec.h>
+#include <sys/exec_aout.h>
#include <sys/bootblock.h>
#include <lib/libkern/libkern.h>