summaryrefslogtreecommitdiff
path: root/src/glut/fbdev/ext.c
diff options
context:
space:
mode:
authorSean D'Epagnier <geckosenator@freedesktop.org>2006-11-21 09:35:49 +0000
committerSean D'Epagnier <geckosenator@freedesktop.org>2006-11-21 09:35:49 +0000
commit0570fcfd93a29dcd9d41bc709edd78a7c1b4e1e7 (patch)
tree142c1e827670f35d68cf95a4f85f329c6794a24c /src/glut/fbdev/ext.c
parent0337e5635f8d18fdf9dac734141e5302db6d1d49 (diff)
Added correct include files to files,
No longer modify cmap if the device is truecolor (messes up dual monitors with vt switching)
Diffstat (limited to 'src/glut/fbdev/ext.c')
-rw-r--r--src/glut/fbdev/ext.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/glut/fbdev/ext.c b/src/glut/fbdev/ext.c
index 4a3c185a16..65953e705b 100644
--- a/src/glut/fbdev/ext.c
+++ b/src/glut/fbdev/ext.c
@@ -24,6 +24,8 @@
* Written by Sean D'Epagnier (c) 2006
*/
+#include <stdio.h>
+
#include <GL/gl.h>
#include <GL/glut.h>