Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc/stand/bootxx We need an explicit include of <...
details: https://anonhg.NetBSD.org/src/rev/345d1fccedce
branches: trunk
changeset: 746901:345d1fccedce
user: he <he%NetBSD.org@localhost>
date: Sun Aug 23 08:51:56 2009 +0000
description:
We need an explicit include of <sys/exec_aout.h> here as well.
diffstat:
sys/arch/sparc/stand/bootxx/bootxx.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 1f52cf85d29d -r 345d1fccedce sys/arch/sparc/stand/bootxx/bootxx.c
--- a/sys/arch/sparc/stand/bootxx/bootxx.c Sun Aug 23 08:32:22 2009 +0000
+++ b/sys/arch/sparc/stand/bootxx/bootxx.c Sun Aug 23 08:51:56 2009 +0000
@@ -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>
Home |
Main Index |
Thread Index |
Old Index