summaryrefslogtreecommitdiff
path: root/include/GL/glfbdev.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-05-27 09:45:29 -0600
committerBrian Paul <brianp@vmware.com>2010-05-27 09:46:32 -0600
commitdf64122c30a0d3dab70ab665af84f83fa496526e (patch)
treeef38ea8dfaa023df057bf73142001c80187f59f7 /include/GL/glfbdev.h
parenta4bd52adbad0f24632cf3b5fd4cc127ed542a00c (diff)
fbdev: some hacking to get the driver to compile (untested)
Diffstat (limited to 'include/GL/glfbdev.h')
-rw-r--r--include/GL/glfbdev.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/GL/glfbdev.h b/include/GL/glfbdev.h
index 4e25e7b0566..452a643a443 100644
--- a/include/GL/glfbdev.h
+++ b/include/GL/glfbdev.h
@@ -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;