From dd35e8d38cc8a601d56baddb9bdd2c3d8d4d7d7b Mon Sep 17 00:00:00 2001 From: project-repo Date: Sat, 27 Jan 2024 10:57:51 +0000 Subject: [PATCH] Unbreak build on FreeBSD (#74) - Thanks to Jan Beich. --- Bugs.md | 10 +++++++++- keybinding.c | 1 + 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Bugs.md b/Bugs.md index 4ecef6c..6757cea 100644 --- a/Bugs.md +++ b/Bugs.md @@ -1298,9 +1298,17 @@ accessibility. ## Issue 72 - * github issue numner: N/A + * github issue number: N/A * Fixed: 2.3.0 A Cagebreak version before 2.3.0 broke the gamma toolkit used to tune the monitor colors. +## Issue 73 + + * github issue number: #73 + * Fixed: 2.3.1 + +After 2.3.0 cagebreak did not build on FreeBSD. Since the fix was trivial, +this is fixed in 2.3.1. Thank to Jan Beich for pointing this out. + diff --git a/keybinding.c b/keybinding.c index 2432e59..9878a58 100644 --- a/keybinding.c +++ b/keybinding.c @@ -3,6 +3,7 @@ #define _POSIX_C_SOURCE 200809L +#include #include #include #include