bar/wayland: Change header path for input-event-codes.h on FreeBSD

This commit is contained in:
Nicholas Sudsgaard 2025-03-06 11:08:21 +09:00
parent e68ed8d843
commit 01113562b1

View file

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