mirror of
https://github.com/glfw/glfw.git
synced 2025-01-30 20:02:34 +00:00
Fix linux/input-event-codes.h
when not present
This commit is contained in:
parent
e3b41e1cf1
commit
80b7713126
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user