libgoatvr

diff src/opengl.h @ 23:0fea7c2b25d7

compiles on osx, no further testing
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 12 Jan 2015 08:59:32 +0200
parents 3d9ec6fe97d7
children 1a8343ea54ce
line diff
     1.1 --- a/src/opengl.h	Mon Jan 12 07:34:30 2015 +0200
     1.2 +++ b/src/opengl.h	Mon Jan 12 08:59:32 2015 +0200
     1.3 @@ -8,6 +8,7 @@
     1.4  
     1.5  #ifdef __APPLE__
     1.6  #include <OpenGL/gl.h>
     1.7 +#include <OpenGL/glext.h>
     1.8  #else
     1.9  #include <GL/gl.h>
    1.10  #endif