diff options
Diffstat (limited to 'lib/libvgl/text.c')
-rw-r--r-- | lib/libvgl/text.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libvgl/text.c b/lib/libvgl/text.c index a2c6417..09b0964 100644 --- a/lib/libvgl/text.c +++ b/lib/libvgl/text.c @@ -29,6 +29,7 @@ */ #include <stdio.h> +#include <machine/console.h> #include "vgl.h" static VGLText *VGLTextFont = 0; |