mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
kinit: include system signal header for kill()
fixes build on FreeBSD Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
7205f8f391
commit
7b2a33efec
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue