fbdev: some hacking to get the driver to compile (untested)

This commit is contained in:
Brian Paul
2010-05-27 09:45:29 -06:00
parent a4bd52adba
commit df64122c30
2 changed files with 10 additions and 1 deletions

View File

@@ -27,6 +27,9 @@
#define GLFBDEV_H
/* for size_t */
#include <stdlib.h>
/* avoid including linux/fb.h */
struct fb_fix_screeninfo;
struct fb_var_screeninfo;