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