From: briggs Date: Thu, 25 Jan 1996 05:27:58 +0000 (+0000) Subject: include cpu.h. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=078d6b958126797ef3ad76bcd77d692d33d28a28;p=openbsd include cpu.h. --- 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 #include #define SWR(a, x) (a) = (x) #define SRD(a) ((a) & 0xffff)