Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x68k/stand/libsa This now needs clock.h
details: https://anonhg.NetBSD.org/src/rev/4d5c62266673
branches: trunk
changeset: 333877:4d5c62266673
user: christos <christos%NetBSD.org@localhost>
date: Thu Nov 20 15:48:05 2014 +0000
description:
This now needs clock.h
diffstat:
sys/arch/x68k/stand/libsa/clock.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r eaf269eb60b1 -r 4d5c62266673 sys/arch/x68k/stand/libsa/clock.c
--- a/sys/arch/x68k/stand/libsa/clock.c Thu Nov 20 15:43:52 2014 +0000
+++ b/sys/arch/x68k/stand/libsa/clock.c Thu Nov 20 15:48:05 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: clock.c,v 1.3 2014/11/17 02:15:49 christos Exp $ */
+/* $NetBSD: clock.c,v 1.4 2014/11/20 15:48:05 christos Exp $ */
/*
* Copyright (c) 2003 Tetsuya Isaki. All rights reserved.
@@ -26,6 +26,7 @@
*/
#include <sys/types.h>
+#include <sys/clock.h>
#include <lib/libsa/stand.h>
#include <lib/libsa/net.h>
#include "iocs.h"
Home |
Main Index |
Thread Index |
Old Index