Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/ofppc/stand/ofwboot include <sys/types.h> so that t...
details: https://anonhg.NetBSD.org/src/rev/c8f92735b04d
branches: trunk
changeset: 548440:c8f92735b04d
user: aymeric <aymeric%NetBSD.org@localhost>
date: Thu Jun 26 20:47:51 2003 +0000
description:
include <sys/types.h> so that this file can be included first/alone
diffstat:
sys/arch/ofppc/stand/ofwboot/ofdev.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r fdc274bf598c -r c8f92735b04d sys/arch/ofppc/stand/ofwboot/ofdev.h
--- a/sys/arch/ofppc/stand/ofwboot/ofdev.h Thu Jun 26 20:47:10 2003 +0000
+++ b/sys/arch/ofppc/stand/ofwboot/ofdev.h Thu Jun 26 20:47:51 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ofdev.h,v 1.1 1997/04/16 20:29:22 thorpej Exp $ */
+/* $NetBSD: ofdev.h,v 1.2 2003/06/26 20:47:51 aymeric Exp $ */
/*
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -33,6 +33,8 @@
#ifndef _STAND_DEV_H_
#define _STAND_DEV_H_
+#include <sys/types.h>
+
struct of_dev {
int handle;
int type;
Home |
Main Index |
Thread Index |
Old Index