# HG changeset patch # User reimar # Date 1272148539 0 # Node ID 747ac0043bd5ed125d786ebc499a37bd5b74afaa # Parent bbe66cf05445886c349701e67122abbd095bf437 Missing gl.h include for SDL backend. diff -r bbe66cf05445 -r 747ac0043bd5 libvo/gl_common.h --- 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 #include "x11_common.h" #endif +#ifdef CONFIG_GL_SDL +#include +#endif // workaround for some gl.h headers #ifndef GLAPIENTRY