Module Name: src
Committed By: he
Date: Sat May 23 19:11:19 UTC 2009
Modified Files:
src/sys/dev/dec: clockvar.h
Log Message:
After the change from "struct device *" to "device_t", we now depend
on the definitions from <sys/device.h>, so include it here.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/dev/dec/clockvar.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/dec/clockvar.h
diff -u src/sys/dev/dec/clockvar.h:1.10 src/sys/dev/dec/clockvar.h:1.11
--- src/sys/dev/dec/clockvar.h:1.10 Tue May 12 14:18:16 2009
+++ src/sys/dev/dec/clockvar.h Sat May 23 19:11:19 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: clockvar.h,v 1.10 2009/05/12 14:18:16 cegger Exp $ */
+/* $NetBSD: clockvar.h,v 1.11 2009/05/23 19:11:19 he Exp $ */
/*
* Copyright (c) 1994, 1995 Carnegie-Mellon University.
@@ -27,6 +27,8 @@
* rights to redistribute these changes.
*/
+#include <sys/device.h>
+
/*
* Definitions for CPU-independent clock handling for the alpha and pmax.
*/