Skip to content

Commit

Permalink
Whoops, that should be OpenGL/gl.h. (Thanks, Ethan!)
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jan 28, 2013
1 parent 8121bd8 commit 3c087f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sdltheoraplay.c
Expand Up @@ -22,7 +22,7 @@
#define GL_GLEXT_LEGACY 0
#define GL_GLEXT_PROTOTYPES 1
#ifdef __APPLE__
#include <OpenGL/OpenGL.h>
#include <OpenGL/gl.h>
#else
#include <GL/gl.h>
#include <GL/glext.h>
Expand Down

0 comments on commit 3c087f8

Please sign in to comment.