Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/vax/include Include <sys/evcnt.h> since <sys/cpu.h>...



details:   https://anonhg.NetBSD.org/src/rev/048f0a8729b6
branches:  trunk
changeset: 759686:048f0a8729b6
user:      matt <matt%NetBSD.org@localhost>
date:      Tue Dec 14 23:29:33 2010 +0000

description:
Include <sys/evcnt.h> since <sys/cpu.h> no includes <sys/device.h>

diffstat:

 sys/arch/vax/include/scb.h |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 9641719f947e -r 048f0a8729b6 sys/arch/vax/include/scb.h
--- a/sys/arch/vax/include/scb.h        Tue Dec 14 23:29:02 2010 +0000
+++ b/sys/arch/vax/include/scb.h        Tue Dec 14 23:29:33 2010 +0000
@@ -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.



Home | Main Index | Thread Index | Old Index