summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
Diffstat (limited to 'libvo')
-rw-r--r--libvo/gl_common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libvo/gl_common.h b/libvo/gl_common.h
index f6f6a4f234..f40cadda89 100644
--- a/libvo/gl_common.h
+++ b/libvo/gl_common.h
@@ -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