Module Name: src
Committed By: matt
Date: Tue Dec 14 23:29:33 UTC 2010
Modified Files:
src/sys/arch/vax/include: scb.h
Log Message:
Include <sys/evcnt.h> since <sys/cpu.h> no includes <sys/device.h>
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/vax/include/scb.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/arch/vax/include/scb.h
diff -u src/sys/arch/vax/include/scb.h:1.12 src/sys/arch/vax/include/scb.h:1.13
--- src/sys/arch/vax/include/scb.h:1.12 Wed Feb 20 16:37:52 2008
+++ src/sys/arch/vax/include/scb.h Tue Dec 14 23:29:33 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: scb.h,v 1.12 2008/02/20 16:37:52 matt Exp $ */
+/* $NetBSD: scb.h,v 1.13 2010/12/14 23:29:33 matt Exp $ */
/*
* Copyright (c) 1994 Ludd, University of Lule}, Sweden.
@@ -29,9 +29,12 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+
#ifndef _VAX_SCB_H
#define _VAX_SCB_H
+#include <sys/evcnt.h>
+
/*
* Definition of the System Control Block. More about it can be
* found in the Vax Architecture Reference Manual, section 6.6.