Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys make sure u_int is defined
details: https://anonhg.NetBSD.org/src/rev/58cada9a693e
branches: trunk
changeset: 789441:58cada9a693e
user: matt <matt%NetBSD.org@localhost>
date: Mon Aug 19 03:05:17 2013 +0000
description:
make sure u_int is defined
diffstat:
sys/sys/intr.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 86196ec2762f -r 58cada9a693e sys/sys/intr.h
--- a/sys/sys/intr.h Mon Aug 19 02:55:19 2013 +0000
+++ b/sys/sys/intr.h Mon Aug 19 03:05:17 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: intr.h,v 1.14 2013/08/18 07:36:13 matt Exp $ */
+/* $NetBSD: intr.h,v 1.15 2013/08/19 03:05:17 matt Exp $ */
/*-
* Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -34,6 +34,8 @@
#ifdef _KERNEL
+#include <sys/types.h>
+
struct cpu_info;
/* Public interface. */
Home |
Main Index |
Thread Index |
Old Index