Unbreak build on FreeBSD (#74)

- Thanks to Jan Beich.
This commit is contained in:
project-repo 2024-01-27 10:57:51 +00:00
commit dd35e8d38c
2 changed files with 10 additions and 1 deletions

10
Bugs.md
View file

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

View file

@ -3,6 +3,7 @@
#define _POSIX_C_SOURCE 200809L
#include <signal.h>
#include <string.h>
#include <sys/wait.h>
#include <unistd.h>