summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'patches/009-virtualbox-5.1.0-add_missing_gl_header.patch')
-rw-r--r--patches/009-virtualbox-5.1.0-add_missing_gl_header.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/patches/009-virtualbox-5.1.0-add_missing_gl_header.patch b/patches/009-virtualbox-5.1.0-add_missing_gl_header.patch
new file mode 100644
index 0000000..71f2adf
--- /dev/null
+++ b/patches/009-virtualbox-5.1.0-add_missing_gl_header.patch
@@ -0,0 +1,12 @@
+https://bugs.gentoo.org/588794
+
+--- a/include/VBox/VBoxGL2D.h
++++ b/include/VBox/VBoxGL2D.h
+@@ -28,6 +28,7 @@
+ #define __VBoxGLSupportInfo_h__
+
+ #include <iprt/types.h>
++#include <GL/gl.h>
+
+ typedef char GLchar;
+