Module Name:    src
Committed By:   christos
Date:           Fri Nov 21 00:53:19 UTC 2014

Modified Files:
        src/sys/arch/ews4800mips/stand/common: ether_if.c

Log Message:
need clock_subr.h for bcdtobin()


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/ews4800mips/stand/common/ether_if.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/ews4800mips/stand/common/ether_if.c
diff -u src/sys/arch/ews4800mips/stand/common/ether_if.c:1.5 src/sys/arch/ews4800mips/stand/common/ether_if.c:1.6
--- src/sys/arch/ews4800mips/stand/common/ether_if.c:1.5	Mon Jan 12 06:32:43 2009
+++ src/sys/arch/ews4800mips/stand/common/ether_if.c	Thu Nov 20 19:53:19 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: ether_if.c,v 1.5 2009/01/12 11:32:43 tsutsui Exp $	*/
+/*	$NetBSD: ether_if.c,v 1.6 2014/11/21 00:53:19 christos Exp $	*/
 
 /*-
  * Copyright (c) 2004 The NetBSD Foundation, Inc.
@@ -42,6 +42,8 @@
 #include <lib/libsa/bootp.h>
 #include <lib/libsa/dev_net.h>
 
+#include <dev/clock_subr.h>
+
 #include <machine/sbd.h>
 #define	_SBD_TR2A_PRIVATE
 #include <machine/sbd_tr2a.h>	/* getsecs. */

Reply via email to