need clock_subr.h for bcdtobin()

This commit is contained in:
christos 2014-11-21 01:16:04 +00:00
parent 153b8c97fc
commit 49b7958945
1 changed files with 3 additions and 1 deletions

View File

@ -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>