mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-16 08:15:40 +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 <unistd.h>
|
||||||
|
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
|
#if defined(__FreeBSD__)
|
||||||
|
#include <dev/evdev/input-event-codes.h>
|
||||||
|
#else
|
||||||
#include <linux/input-event-codes.h>
|
#include <linux/input-event-codes.h>
|
||||||
|
#endif
|
||||||
#include <sys/mman.h>
|
#include <sys/mman.h>
|
||||||
|
|
||||||
#include <pixman.h>
|
#include <pixman.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue