Module Name:    src
Committed By:   christos
Date:           Fri Nov 21 01:16:04 UTC 2014

Modified Files:
        src/sys/arch/luna68k/stand/boot: getsecs.c

Log Message:
need clock_subr.h for bcdtobin()


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/luna68k/stand/boot/getsecs.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/luna68k/stand/boot/getsecs.c
diff -u src/sys/arch/luna68k/stand/boot/getsecs.c:1.1 src/sys/arch/luna68k/stand/boot/getsecs.c:1.2
--- src/sys/arch/luna68k/stand/boot/getsecs.c:1.1	Sun Jan 13 09:10:55 2013
+++ src/sys/arch/luna68k/stand/boot/getsecs.c	Thu Nov 20 20:16:04 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: getsecs.c,v 1.1 2013/01/13 14:10:55 tsutsui Exp $	*/
+/*	$NetBSD: getsecs.c,v 1.2 2014/11/21 01:16:04 christos Exp $	*/
 
 /*-
  * Copyright (c) 2004 The NetBSD Foundation, Inc.
@@ -35,6 +35,8 @@
 #include <lib/libsa/stand.h>
 #include <lib/libsa/net.h>
 
+#include <dev/clock_subr.h>
+
 #include <luna68k/dev/timekeeper.h>
 #include <luna68k/stand/boot/samachdep.h>
 

Reply via email to