Remove incorrect ifdef for Wayland on non-Linux - fix #10056

This commit is contained in:
myfreeweb 2021-01-14 16:36:14 +03:00 committed by GitHub
parent b483facc43
commit 65b1ae8a41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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