Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/alpha/alpha Fix build
details: https://anonhg.NetBSD.org/src/rev/cff8704fa88f
branches: trunk
changeset: 940030:cff8704fa88f
user: skrll <skrll%NetBSD.org@localhost>
date: Thu Oct 01 07:21:36 2020 +0000
description:
Fix build
diffstat:
sys/arch/alpha/alpha/mcclock.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (24 lines):
diff -r 76b675ed3f87 -r cff8704fa88f sys/arch/alpha/alpha/mcclock.c
--- a/sys/arch/alpha/alpha/mcclock.c Thu Oct 01 06:59:34 2020 +0000
+++ b/sys/arch/alpha/alpha/mcclock.c Thu Oct 01 07:21:36 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mcclock.c,v 1.20 2020/10/01 06:59:34 skrll Exp $ */
+/* $NetBSD: mcclock.c,v 1.21 2020/10/01 07:21:36 skrll Exp $ */
/*
* Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University.
@@ -29,12 +29,13 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: mcclock.c,v 1.20 2020/10/01 06:59:34 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mcclock.c,v 1.21 2020/10/01 07:21:36 skrll Exp $");
#include "opt_clock_compat_osf1.h"
#include <sys/param.h>
#include <sys/bus.h>
+#include <sys/cpu.h>
#include <sys/device.h>
#include <sys/kernel.h>
#include <sys/lwp.h>
Home |
Main Index |
Thread Index |
Old Index