Module Name: src
Committed By: christos
Date: Thu Nov 20 15:50:25 UTC 2014
Modified Files:
src/sys/arch/mvme68k/stand/libsa: chiptotime.c
Log Message:
this needs clock.h
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/mvme68k/stand/libsa/chiptotime.c
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/mvme68k/stand/libsa/chiptotime.c
diff -u src/sys/arch/mvme68k/stand/libsa/chiptotime.c:1.5 src/sys/arch/mvme68k/stand/libsa/chiptotime.c:1.6
--- src/sys/arch/mvme68k/stand/libsa/chiptotime.c:1.5 Sun Nov 16 21:15:48 2014
+++ src/sys/arch/mvme68k/stand/libsa/chiptotime.c Thu Nov 20 10:50:25 2014
@@ -1,6 +1,7 @@
-/* $NetBSD: chiptotime.c,v 1.5 2014/11/17 02:15:48 christos Exp $ */
+/* $NetBSD: chiptotime.c,v 1.6 2014/11/20 15:50:25 christos Exp $ */
#include <sys/types.h>
+#include <sys/clock.h>
#include <machine/prom.h>