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