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

View file

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