1 #ifndef SAGE_GL_H
2 #  define SAGE_GL_H 1
3 #  ifdef __APPLE__
4 #    include <OpenGL/gl.h>
5 #  else
6 #    include <GL/gl.h>
7 #  endif
8 #endif
9