summaryrefslogtreecommitdiff
path: root/lib/libvgl/simple.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2000-10-08 21:34:00 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2000-10-08 21:34:00 +0000
commit00d25f512caca4df740162885c93d1d528993a6b (patch)
tree7014a452ee05572d59c983b890955d7c3fa063ba /lib/libvgl/simple.c
parent3c703fcbe2dcb28753c504dec77c3667f2c450ef (diff)
Notes
Diffstat (limited to 'lib/libvgl/simple.c')
-rw-r--r--lib/libvgl/simple.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libvgl/simple.c b/lib/libvgl/simple.c
index 0dfc23704210..afa91b2aab19 100644
--- a/lib/libvgl/simple.c
+++ b/lib/libvgl/simple.c
@@ -29,7 +29,7 @@
*/
#include <signal.h>
-#include <machine/console.h>
+#include <sys/fbio.h>
#include "vgl.h"
static byte VGLSavePaletteRed[256];