mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 08:09:26 +01:00
[GLExtensions] Fix OS X build.
This commit is contained in:
parent
34c9a33807
commit
0ea6718d99
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user