diff libvo/gl_common.h @ 31028:747ac0043bd5

Missing gl.h include for SDL backend.
author reimar
date Sat, 24 Apr 2010 22:35:39 +0000
parents 529614f44431
children 4fdb46b8c2c9
line wrap: on
line diff
--- a/libvo/gl_common.h	Sat Apr 24 22:34:38 2010 +0000
+++ b/libvo/gl_common.h	Sat Apr 24 22:35:39 2010 +0000
@@ -39,6 +39,9 @@
 #include <GL/glx.h>
 #include "x11_common.h"
 #endif
+#ifdef CONFIG_GL_SDL
+#include <GL/gl.h>
+#endif
 
 // workaround for some gl.h headers
 #ifndef GLAPIENTRY