summaryrefslogtreecommitdiff
path: root/indra/llrender/llglheaders.h
diff options
context:
space:
mode:
authorBrad Kittenbrink <brad@lindenlab.com>2022-06-24 15:22:27 +0000
committerBrad Kittenbrink <brad@lindenlab.com>2022-06-24 15:22:27 +0000
commit14cba35bbce3f2103d34e02eb312981cb4789a0c (patch)
treebc4c162304eb7498cbd15664146142c4ce3131de /indra/llrender/llglheaders.h
parenta68b6087deb68a824c2b9e8ccb1111c6c8b70045 (diff)
parenta6774ca4dd3469fe1c98a53a59153c6e2db76940 (diff)
Merged in brad/unbreak-mac-build (pull request #1034)
Unbreak DRTVWR-559 mac build
Diffstat (limited to 'indra/llrender/llglheaders.h')
-rw-r--r--indra/llrender/llglheaders.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/llrender/llglheaders.h b/indra/llrender/llglheaders.h
index c53631dc7b..154f1aa2bd 100644
--- a/indra/llrender/llglheaders.h
+++ b/indra/llrender/llglheaders.h
@@ -577,11 +577,13 @@ extern PFNGLUNIFORMBLOCKBINDINGPROC glUniformBlockBinding;
//----------------------------------------------------------------------------
// LL_DARWIN
+#define GL_GLEXT_LEGACY
#include <OpenGL/gl.h>
#include <OpenGL/glu.h>
#define GL_EXT_separate_specular_color 1
-#include <OpenGL/glext.h>
+#define GL_GLEXT_PROTOTYPES
+#include "GL/glext.h"
#include "GL/glh_extensions.h"