Commit c811e0125a8e27295f5d80b47bc6138c31597c93

henry 2001-10-25T04:32:45

Added the glu headers

diff --git a/include/FTGL.h b/include/FTGL.h
index 3da27b0..52ac045 100755
--- a/include/FTGL.h
+++ b/include/FTGL.h
@@ -16,8 +16,10 @@
     #ifndef __gl_h_
         #ifdef __APPLE_CC__
             #include <OpenGL/gl.h>
+            #include <OpenGL/glu.h>
         #else
 	    	#include <GL/gl.h>
+	    	#include <GL/glu.h>
 		#endif
     #endif
 
@@ -68,6 +70,7 @@
 
     #ifndef __gl_h_
         #include <GL/gl.h>
+        #include <GL/glu.h>
     #endif
 
 #endif