make fb2opengl.h usable on OS X, too

svn-id: r4456
This commit is contained in:
Max Horn 2002-07-04 10:17:56 +00:00
parent 91abe54821
commit a238f75dd0

View File

@ -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>