diff options
Diffstat (limited to 'mesalib/include/GL/glfbdev.h')
-rw-r--r-- | mesalib/include/GL/glfbdev.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mesalib/include/GL/glfbdev.h b/mesalib/include/GL/glfbdev.h index 4e25e7b05..452a643a4 100644 --- a/mesalib/include/GL/glfbdev.h +++ b/mesalib/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; |