From bf3c9395f0935d804c7339e03cfc10e0316d6e44 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Thu, 21 Sep 2006 16:46:52 -0700 Subject: Add missing #include "fill.h" --- com32/lib/sys/vesa/drawtxt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/com32/lib/sys/vesa/drawtxt.c b/com32/lib/sys/vesa/drawtxt.c index c30e19f1..a4efb86e 100644 --- a/com32/lib/sys/vesa/drawtxt.c +++ b/com32/lib/sys/vesa/drawtxt.c @@ -30,6 +30,7 @@ #include "vesa.h" #include "video.h" #include "fmtpixel.h" +#include "fill.h" /* * Visible cursor information -- cgit v1.2.1