diff options
author | Brian Paul <brianp@vmware.com> | 2010-05-27 09:45:29 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2010-05-27 09:46:32 -0600 |
commit | df64122c30a0d3dab70ab665af84f83fa496526e (patch) | |
tree | ef38ea8dfaa023df057bf73142001c80187f59f7 /include | |
parent | a4bd52adbad0f24632cf3b5fd4cc127ed542a00c (diff) |
fbdev: some hacking to get the driver to compile (untested)
Diffstat (limited to 'include')
-rw-r--r-- | include/GL/glfbdev.h | 3 |
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; |