diff --git a/glfw/wl_init.c b/glfw/wl_init.c index 9559eedd2..f4c0b93ad 100644 --- a/glfw/wl_init.c +++ b/glfw/wl_init.c @@ -38,6 +38,12 @@ #include #include #include +// Needed for the BTN_* defines +#if __has_include() +#include +#elif __has_include() +#include +#endif static inline int min(int n1, int n2)