diff options
Diffstat (limited to 'src/glut/fbdev/ext.c')
-rw-r--r-- | src/glut/fbdev/ext.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/glut/fbdev/ext.c b/src/glut/fbdev/ext.c index 4a3c185a16d..65953e705b9 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> |