mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Merge pull request #11876 from myfreeweb/patch-1
Remove incorrect ifdef for Wayland on non-Linux - fix #10056
This commit is contained in:
commit
6726538971
@ -50,7 +50,7 @@
|
||||
#include "SDL.h"
|
||||
#endif
|
||||
|
||||
#if defined(__linux__) || defined(__linux__) && defined(HAVE_WAYLAND)
|
||||
#if defined(__linux__) || defined(HAVE_WAYLAND)
|
||||
#include <linux/input.h>
|
||||
#include <linux/kd.h>
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user