From 220e31f9aacbba98b61b4c18e2832c28760aec5c Mon Sep 17 00:00:00 2001 From: jhb Date: Sun, 13 Aug 2000 05:17:46 +0000 Subject: Include machine/cputypes.h so we get the cpu_class variable. This is needed if I386_CPU is defined in the kernel config file. --- sys/amd64/amd64/machdep.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/amd64') diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c index 2c916ac..31c1ea1 100644 --- a/sys/amd64/amd64/machdep.c +++ b/sys/amd64/amd64/machdep.c @@ -91,6 +91,7 @@ #include #include +#include #include #include #include -- cgit v1.1