diff --git a/api/gutil.C b/api/gutil.C index c211d1a16e..b71c9d0ded 100755 --- a/api/gutil.C +++ b/api/gutil.C @@ -17,15 +17,19 @@ // Contributor(s): // +#include "config.h" #include #include #include #include #ifdef _WIN32 #include -#include "gl/gl.h" -#include "gl/glu.h" -#include "gl/glut.h" +/* the old way... Use the defines below which should be set in + * config.h + * #include "gl/gl.h" + * #include "gl/glu.h" + * #include "gl/glut.h" +*/ #endif #ifdef HAVE_GL_H