Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald Niesche <harald@niesche.de>2018-03-10 18:35:55 +0300
committerdavidebeatrici <davidebeatrici@gmail.com>2018-03-11 21:22:43 +0300
commit481299a2bbde01adce69a17c1cc88a8311462c3f (patch)
treedeff522ce1e45e11274a002a5bcf88ab79f9d8b5 /overlay_gl
parentce8fd36dab2c055dd8b4de62f0be76755754d9a8 (diff)
Correct case of AGL/agl.h to allow compilation on case-sensitive filesystem
Diffstat (limited to 'overlay_gl')
-rw-r--r--overlay_gl/overlay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/overlay_gl/overlay.c b/overlay_gl/overlay.c
index 7934a9a0f..26c5bda4b 100644
--- a/overlay_gl/overlay.c
+++ b/overlay_gl/overlay.c
@@ -45,7 +45,7 @@ typedef unsigned char bool;
# include <OpenGL/OpenGL.h>
# include <Carbon/Carbon.h>
# include <Cocoa/Cocoa.h>
-# include <AGL/AGL.h>
+# include <AGL/agl.h>
#
# include <objc/objc-runtime.h>
#