diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1996-10-10 10:25:26 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1996-10-10 10:25:26 +0000 |
| commit | a0ea75ecbd696cda7db4c9efba7cf00cc1ad4f99 (patch) | |
| tree | 70fcb90858348c063c858323b21a4f4a8b1176a2 /sys/kern/kern_timeout.c | |
| parent | 10c84befd7ce86af22581f4b1e13bc6ec07a8cf1 (diff) | |
Notes
Diffstat (limited to 'sys/kern/kern_timeout.c')
| -rw-r--r-- | sys/kern/kern_timeout.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/kern/kern_timeout.c b/sys/kern/kern_timeout.c index e8f9066835ab..d94d53ea6237 100644 --- a/sys/kern/kern_timeout.c +++ b/sys/kern/kern_timeout.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)kern_clock.c 8.5 (Berkeley) 1/21/94 - * $Id: kern_clock.c,v 1.25 1996/06/23 17:40:42 bde Exp $ + * $Id: kern_clock.c,v 1.26 1996/07/30 16:59:22 bde Exp $ */ /* Portions of this software are covered by the following: */ @@ -56,6 +56,8 @@ * * *****************************************************************************/ +#include "opt_cpu.h" /* XXX */ + #include <sys/param.h> #include <sys/systm.h> #include <sys/dkstat.h> |
