Module Name:    src
Committed By:   jakllsch
Date:           Tue Jan 17 16:14:47 UTC 2012

Modified Files:
        src/sys/dev/ic: nslm7xvar.h

Log Message:
Include sysmonvar.h for envsys types.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/dev/ic/nslm7xvar.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/dev/ic/nslm7xvar.h
diff -u src/sys/dev/ic/nslm7xvar.h:1.27 src/sys/dev/ic/nslm7xvar.h:1.28
--- src/sys/dev/ic/nslm7xvar.h:1.27	Mon Feb  8 21:42:01 2010
+++ src/sys/dev/ic/nslm7xvar.h	Tue Jan 17 16:14:47 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: nslm7xvar.h,v 1.27 2010/02/08 21:42:01 pgoyette Exp $ */
+/*	$NetBSD: nslm7xvar.h,v 1.28 2012/01/17 16:14:47 jakllsch Exp $ */
 
 /*-
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -32,6 +32,8 @@
 #ifndef _DEV_ISA_NSLM7XVAR_H_
 #define _DEV_ISA_NSLM7XVAR_H_
 
+#include <dev/sysmon/sysmonvar.h>
+
 /*
  * National Semiconductor LM78/79/81 registers.
  */

Reply via email to