diff options
Diffstat (limited to 'sys/amd64/include/clock.h')
| -rw-r--r-- | sys/amd64/include/clock.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/amd64/include/clock.h b/sys/amd64/include/clock.h index f50da08c9905..d9a19937d7b0 100644 --- a/sys/amd64/include/clock.h +++ b/sys/amd64/include/clock.h @@ -3,12 +3,14 @@ * Garrett Wollman, September 1994. * This file is in the public domain. * - * $Id: clock.h,v 1.15 1996/07/30 19:26:55 bde Exp $ + * $Id: clock.h,v 1.16 1996/08/02 21:16:13 bde Exp $ */ #ifndef _MACHINE_CLOCK_H_ #define _MACHINE_CLOCK_H_ +#include "opt_cpu.h" + #if defined(I586_CPU) || defined(I686_CPU) /* |
