mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-27 02:00:41 +00:00
Remove incorrect ifdef for Wayland on non-Linux - fix #10056
This commit is contained in:
parent
b483facc43
commit
65b1ae8a41
@ -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…
Reference in New Issue
Block a user