summaryrefslogtreecommitdiff
path: root/common/opengl.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/opengl.h')
-rwxr-xr-xcommon/opengl.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/opengl.h b/common/opengl.h
index 2a56559..6445b5c 100755
--- a/common/opengl.h
+++ b/common/opengl.h
@@ -15,6 +15,11 @@
#include "linux_gl.h"
#endif
+#ifdef LC_MACOSX
+#include <OpenGL/gl.h>
+#include <AGL/agl.h>
+#endif
+
//#include <GL/glu.h> // TODO: remove all glu calls
void gluLookAt (GLdouble eyex, GLdouble eyey, GLdouble eyez,
GLdouble centerx, GLdouble centery, GLdouble centerz,