summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends
diff options
context:
space:
mode:
authorRyan Houdek <Sonicadvance1@gmail.com>2014-01-07 00:11:23 -0600
committerdegasus <wickmarkus@web.de>2014-01-17 16:06:08 +0100
commit0ea6718d9909cddcb4b8fe2e031a67bec249be0a (patch)
tree09db26ae8f46d6cc521af2692943d839a0b755cf /Source/Core/VideoBackends
parent34c9a338079299bd381016a134a24a3bfb0f15f3 (diff)
[GLExtensions] Fix OS X build.
Diffstat (limited to 'Source/Core/VideoBackends')
-rw-r--r--Source/Core/VideoBackends/OGL/GLExtensions/GLExtensions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoBackends/OGL/GLExtensions/GLExtensions.cpp b/Source/Core/VideoBackends/OGL/GLExtensions/GLExtensions.cpp
index 44a278ef63..c3aebc5719 100644
--- a/Source/Core/VideoBackends/OGL/GLExtensions/GLExtensions.cpp
+++ b/Source/Core/VideoBackends/OGL/GLExtensions/GLExtensions.cpp
@@ -5,7 +5,7 @@
#include "GLExtensions.h"
#include "Log.h"
-#if defined(__linux__)
+#if defined(__linux__) || defined(__APPLE__)
#include <dlfcn.h>
#endif
#include <unordered_map>