diff --git a/c/src/lib/libbsp/i386/pc386/ChangeLog b/c/src/lib/libbsp/i386/pc386/ChangeLog index 840d5b49d3..019a69fb90 100644 --- a/c/src/lib/libbsp/i386/pc386/ChangeLog +++ b/c/src/lib/libbsp/i386/pc386/ChangeLog @@ -1,3 +1,7 @@ +2009-08-03 Roxana Leontie + + * console/fb_vga.c: changed the reference to mw_fb.h into fb.h + 2009-07-29 Roxana Leontie * Makefile.am, preinstall.am, console/fb_vga.c: Switch to using diff --git a/c/src/lib/libbsp/i386/pc386/console/fb_vga.c b/c/src/lib/libbsp/i386/pc386/console/fb_vga.c index 50018280fd..ab8ff8e0a3 100644 --- a/c/src/lib/libbsp/i386/pc386/console/fb_vga.c +++ b/c/src/lib/libbsp/i386/pc386/console/fb_vga.c @@ -18,7 +18,7 @@ #include #include -#include +#include /* these routines are defined in the microwindows code. This driver is here more as an example of how to implement and