From 01113562b152ba2826a96024467711c7495c82a6 Mon Sep 17 00:00:00 2001 From: Nicholas Sudsgaard Date: Thu, 6 Mar 2025 11:08:21 +0900 Subject: [PATCH] bar/wayland: Change header path for input-event-codes.h on FreeBSD --- bar/wayland.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bar/wayland.c b/bar/wayland.c index 86ab252..92eaef7 100644 --- a/bar/wayland.c +++ b/bar/wayland.c @@ -10,7 +10,11 @@ #include #include +#if defined(__FreeBSD__) +#include +#else #include +#endif #include #include