From a9017b4d4d227a1f3dabf3105757d7cff8c738d3 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Thu, 15 Nov 2012 08:39:10 -0500 Subject: [PATCH] FS-4649: --resolve fix ifdefs for opengl headers --- libs/tiff-4.0.2/tools/tiffgt.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/libs/tiff-4.0.2/tools/tiffgt.c b/libs/tiff-4.0.2/tools/tiffgt.c index de420396c6..4c8e50923f 100644 --- a/libs/tiff-4.0.2/tools/tiffgt.c +++ b/libs/tiff-4.0.2/tools/tiffgt.c @@ -31,11 +31,16 @@ #include #include -#if HAVE_APPLE_OPENGL_FRAMEWORK +#if HAVE_OPENGL_GL_H # include +#endif +#if HAVE_GLUT_GLUT_H # include -#else +#endif +#if HAVE_GL_GL_H # include +#endif +#if HAVE_GL_GLUT_H # include #endif