Module Name:    src
Committed By:   martin
Date:           Mon Sep 10 07:47:07 UTC 2012

Modified Files:
        src/sys/arch/alpha/include: vmparam.h

Log Message:
Make this file idempotent


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/sys/arch/alpha/include/vmparam.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/alpha/include/vmparam.h
diff -u src/sys/arch/alpha/include/vmparam.h:1.36 src/sys/arch/alpha/include/vmparam.h:1.37
--- src/sys/arch/alpha/include/vmparam.h:1.36	Tue Feb  8 20:20:07 2011
+++ src/sys/arch/alpha/include/vmparam.h	Mon Sep 10 07:47:07 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: vmparam.h,v 1.36 2011/02/08 20:20:07 rmind Exp $ */
+/* $NetBSD: vmparam.h,v 1.37 2012/09/10 07:47:07 martin Exp $ */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -41,6 +41,8 @@
 #ifndef	_ALPHA_VMPARAM_H_
 #define	_ALPHA_VMPARAM_H_
 
+#include <machine/alpha_cpu.h>
+
 /*
  * Machine dependent constants for Alpha.
  */

Reply via email to