diff options
| author | Kazutaka YOKOTA <yokota@FreeBSD.org> | 1999-11-08 11:37:46 +0000 |
|---|---|---|
| committer | Kazutaka YOKOTA <yokota@FreeBSD.org> | 1999-11-08 11:37:46 +0000 |
| commit | 5acf51ea02ea31f47358e87bacdaaaa6c9ed7dc4 (patch) | |
| tree | 2fd4989fd857b909af28670ef7714168fdbf0cea /lib/libvgl/text.c | |
| parent | d7ccb880d1a6f6c4e6531dd51f2942a08abf4bb1 (diff) | |
Notes
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 a2c6417301e5..09b09644a3e9 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; |
