Include a header required for kill()

Yet, this program remains fairly unportable.
This commit is contained in:
Přemysl Eric Janouch 2020-10-29 03:23:32 +01:00
parent 997f5c25a2
commit 07ef834a1e
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@
#include <grp.h>
#include <libgen.h>
#include <time.h>
#include <signal.h>
#include <sys/inotify.h>
#include <sys/xattr.h>