summaryrefslogtreecommitdiffstats
path: root/sys/dev/syscons
diff options
context:
space:
mode:
authorjake <jake@FreeBSD.org>2003-08-25 21:32:00 +0000
committerjake <jake@FreeBSD.org>2003-08-25 21:32:00 +0000
commit3e80957e2b5bec9c7d086833c410d9b9813bb8b8 (patch)
tree70c034f1b00bc915a5018994fe265fa132a722c0 /sys/dev/syscons
parente3cf3107908e0484240fcbe46cae6dd4544c7916 (diff)
downloadFreeBSD-src-3e80957e2b5bec9c7d086833c410d9b9813bb8b8.zip
FreeBSD-src-3e80957e2b5bec9c7d086833c410d9b9813bb8b8.tar.gz
Fix the alpha kernel build.
Pointy hat to: jake
Diffstat (limited to 'sys/dev/syscons')
-rw-r--r--sys/dev/syscons/scgfbrndr.c2
1 files changed, 2 insertions, 0 deletions
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 <sys/param.h>
#include <sys/systm.h>
OpenPOWER on IntegriCloud