diff options
-rw-r--r-- | fb2opengl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fb2opengl.h b/fb2opengl.h index 7e4facf58a..d5d105432c 100644 --- a/fb2opengl.h +++ b/fb2opengl.h @@ -21,8 +21,8 @@ /* FrameBuffer renderer in an OpenGL texture Andre Souza <asouza@olinux.com.br> */ -#include <GL/gl.h> #include <SDL.h> +#include <SDL_opengl.h> #include <stdlib.h> #include <string.h> |