added include for kill

This commit is contained in:
Johannes Pohl 2016-11-02 11:47:36 +01:00
parent 7af0bdde65
commit dd29f87951

View file

@ -6,7 +6,7 @@
#include <sys/wait.h>
#include <cstdlib>
#include <unistd.h>
#include <signal.h>
///Create a new process given command and run path.