From 3e80957e2b5bec9c7d086833c410d9b9813bb8b8 Mon Sep 17 00:00:00 2001 From: jake Date: Mon, 25 Aug 2003 21:32:00 +0000 Subject: Fix the alpha kernel build. Pointy hat to: jake --- sys/dev/syscons/scgfbrndr.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/dev/syscons') diff --git a/sys/dev/syscons/scgfbrndr.c b/sys/dev/syscons/scgfbrndr.c index fcc115e..b031214 100644 --- a/sys/dev/syscons/scgfbrndr.c +++ b/sys/dev/syscons/scgfbrndr.c @@ -31,7 +31,9 @@ __FBSDID("$FreeBSD$"); #include "opt_syscons.h" #include "opt_gfb.h" +#ifdef __sparc64__ #include "opt_creator.h" +#endif #include #include -- cgit v1.1