Files
main/hardware/virtualization/virtualbox/files/009-virtualbox-5.1.0-add_missing_gl_header.patch
T
2018-11-23 11:31:27 +03:00

13 lines
216 B
Diff

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;