Module Name: src
Committed By: matt
Date: Mon Aug 19 03:05:17 UTC 2013
Modified Files:
src/sys/sys: intr.h
Log Message:
make sure u_int is defined
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/sys/intr.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/sys/intr.h
diff -u src/sys/sys/intr.h:1.14 src/sys/sys/intr.h:1.15
--- src/sys/sys/intr.h:1.14 Sun Aug 18 07:36:13 2013
+++ src/sys/sys/intr.h Mon Aug 19 03:05:17 2013
@@ -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. */