diff options
author | briggs <briggs@cvs.openbsd.org> | 1996-01-25 05:27:59 +0000 |
---|---|---|
committer | briggs <briggs@cvs.openbsd.org> | 1996-01-25 05:27:59 +0000 |
commit | 84a60643fda42a19f00338b7a6f39950833c5baf (patch) | |
tree | a29dc2d4225814c9374a39acc7e6ffc07f212471 | |
parent | 8a087c1ad7d54fe96b2931dfe40475949911de5c (diff) |
include cpu.h.
-rw-r--r-- | sys/arch/mac68k/dev/if_sn.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arch/mac68k/dev/if_sn.c b/sys/arch/mac68k/dev/if_sn.c index 5530835d5a4..d2dd319be29 100644 --- a/sys/arch/mac68k/dev/if_sn.c +++ b/sys/arch/mac68k/dev/if_sn.c @@ -56,6 +56,7 @@ #define SONICDW 32 typedef unsigned char uchar; +#include <machine/cpu.h> #include <mac68k/dev/if_sn.h> #define SWR(a, x) (a) = (x) #define SRD(a) ((a) & 0xffff) |