Fix linux/input-event-codes.h when not present

This commit is contained in:
Willy-JL 2024-11-22 05:49:43 +00:00
parent e3b41e1cf1
commit 80b7713126

View File

@ -40,7 +40,9 @@
#include <sys/mman.h>
#include <sys/timerfd.h>
#include <poll.h>
#if __has_include(<linux/input-event-codes.h>)
#include <linux/input-event-codes.h>
#endif
#include "wayland-client-protocol.h"
#include "xdg-shell-client-protocol.h"