mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
[GLExtensions] Fix OS X build.
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user