diff --git a/freeglut/freeglut/ChangeLog b/freeglut/freeglut/ChangeLog index 0f1dc03..646a503 100644 --- a/freeglut/freeglut/ChangeLog +++ b/freeglut/freeglut/ChangeLog @@ -247,3 +247,10 @@ October 24, 2002: (93) doc/Makefile.am:4 Removed trailing backslash and added an empty last line (94) src/freeglut_window.c Windowing fixes from John F. + + +******************************************************************************************* +* Changes on 23 July 2003 +******************************************************************************************* + +(95) src/freeglut_initial.c:91 Added check for SOLARIS OS diff --git a/freeglut/freeglut/src/freeglut_internal.h b/freeglut/freeglut/src/freeglut_internal.h index 4564157..796a7d7 100644 --- a/freeglut/freeglut/src/freeglut_internal.h +++ b/freeglut/freeglut/src/freeglut_internal.h @@ -90,7 +90,9 @@ #include #ifndef __sgi - #include + #ifndef SOLARIS + #include + #endif #endif #endif