From a5ce3fb6ba55d67c699c0938e8d53c228dd46f93 Mon Sep 17 00:00:00 2001 From: jmcneill Date: Sun, 19 Feb 2006 16:20:59 +0000 Subject: [PATCH] Pull in opt_vesafb.h for width/height/depth options. --- sys/arch/i386/bios/vesafb.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sys/arch/i386/bios/vesafb.c b/sys/arch/i386/bios/vesafb.c index 795de3ef5121..d1f6a039476b 100644 --- a/sys/arch/i386/bios/vesafb.c +++ b/sys/arch/i386/bios/vesafb.c @@ -1,4 +1,4 @@ -/* $NetBSD: vesafb.c,v 1.5 2006/02/19 15:13:55 jmcneill Exp $ */ +/* $NetBSD: vesafb.c,v 1.6 2006/02/19 16:20:59 jmcneill Exp $ */ /*- * Copyright (c) 2006 Jared D. McNeill @@ -35,7 +35,7 @@ #include -__KERNEL_RCSID(0, "$NetBSD: vesafb.c,v 1.5 2006/02/19 15:13:55 jmcneill Exp $"); +__KERNEL_RCSID(0, "$NetBSD: vesafb.c,v 1.6 2006/02/19 16:20:59 jmcneill Exp $"); #include #include @@ -48,6 +48,8 @@ __KERNEL_RCSID(0, "$NetBSD: vesafb.c,v 1.5 2006/02/19 15:13:55 jmcneill Exp $"); #include #include +#include "opt_vesafb.h" + #include #include #include