Mir: Fix broken build

Regression caused by e9560ef021.
This commit is contained in:
Camilla Löwy
2017-03-02 17:52:32 +01:00
parent 7a8516d296
commit d88347ee7d
3 changed files with 19 additions and 6 deletions
+1
View File
@@ -52,6 +52,7 @@ typedef VkBool32 (APIENTRY *PFN_vkGetPhysicalDeviceMirPresentationSupportKHR)(Vk
#include "linux_joystick.h"
#include "xkb_unicode.h"
#include "egl_context.h"
#include "osmesa_context.h"
#define _glfw_dlopen(name) dlopen(name, RTLD_LAZY | RTLD_LOCAL)
#define _glfw_dlclose(handle) dlclose(handle)