kinit: include system signal header for kill()

fixes build on FreeBSD

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2022-12-05 02:50:07 +02:00
parent 7205f8f391
commit 7b2a33efec

View file

@ -33,6 +33,7 @@
#include <sys/types.h>
#include <sys/wait.h>
#include <signal.h>
static const int s_eventstime = 250;
static const int s_sleeptime = 50;