summaryrefslogtreecommitdiff
blob: c743376b4aba1dfc1da39307ced8e3af67c1cdb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- tools/tiffgt.c.orig	2009-06-20 17:40:46.366090451 -0700
+++ tools/tiffgt.c	2009-06-20 17:48:04.042265738 -0700
@@ -31,12 +31,12 @@
 #include <string.h>
 #include <unistd.h>
 
-#if HAVE_APPLE_OPENGL_FRAMEWORK
-# include <OpenGL/gl.h>
-# include <GLUT/glut.h>
-#else
+#ifdef HAVE_APPLE_OPENGL_FRAMEWORK
 # include <GL/gl.h>
 # include <GL/glut.h>
+#else
+# include <OpenGL/gl.h>
+# include <GLUT/glut.h>
 #endif
 
 #include "tiffio.h"