mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-20 03:35:41 +02:00
bar/wayland: Change header path for input-event-codes.h on FreeBSD
This commit is contained in:
parent
e68ed8d843
commit
01113562b1
1 changed files with 4 additions and 0 deletions
|
@ -10,7 +10,11 @@
|
|||
#include <unistd.h>
|
||||
|
||||
#include <fcntl.h>
|
||||
#if defined(__FreeBSD__)
|
||||
#include <dev/evdev/input-event-codes.h>
|
||||
#else
|
||||
#include <linux/input-event-codes.h>
|
||||
#endif
|
||||
#include <sys/mman.h>
|
||||
|
||||
#include <pixman.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue