Source
xxxxxxxxxx
--- glut.c Mon Aug 4 12:04:29 2003
+++ ../opengl-0.32c-patched/glut.c Tue Jan 27 22:23:15 2004
@@ -5,7 +5,11 @@
-#include "GL/glut.h"
+#ifdef __APPLE__
+ #include <GLUT/glut.h>
+#else
+ #include "GL/glut.h"
+#endif
static int callId; /* 'call' method id */