mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
[GLExtensions] Fix OS X build.
This commit is contained in:
parent
34c9a33807
commit
0ea6718d99
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue