From e5f82f53b9dc07f9f557ff770a759bb975bb062c Mon Sep 17 00:00:00 2001 From: ehofman Date: Mon, 31 Jan 2005 18:29:38 +0000 Subject: [PATCH] MacOS doesn't have glx.h --- simgear/compiler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simgear/compiler.h b/simgear/compiler.h index 08d259c1..3af548df 100644 --- a/simgear/compiler.h +++ b/simgear/compiler.h @@ -372,7 +372,7 @@ #ifdef __APPLE__ # define SG_GL_H -# define SG_GLX_H +# define SG_GLX_H # define SG_GLU_H # define SG_GLEXT_H # define SG_GLUT_H -- 2.39.5