From df64122c30a0d3dab70ab665af84f83fa496526e Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 27 May 2010 09:45:29 -0600 Subject: fbdev: some hacking to get the driver to compile (untested) --- include/GL/glfbdev.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/GL/glfbdev.h b/include/GL/glfbdev.h index 4e25e7b056..452a643a44 100644 --- a/include/GL/glfbdev.h +++ b/include/GL/glfbdev.h @@ -27,6 +27,9 @@ #define GLFBDEV_H +/* for size_t */ +#include + /* avoid including linux/fb.h */ struct fb_fix_screeninfo; struct fb_var_screeninfo; -- cgit v1.2.3