command: Fix compilation on FreeBSD

kill, SIGTERM and SIGKILL require additional header.
This commit is contained in:
Matthias Bolte 2011-05-13 06:49:07 +02:00
parent 992f2b4e32
commit fe99c6b3c6

View File

@ -22,6 +22,7 @@
#include <config.h>
#include <poll.h>
#include <signal.h>
#include <stdarg.h>
#include <stdlib.h>
#include <sys/stat.h>