process: Include missing <signal.h> for raise(3)
Fixes OS X build.
This commit is contained in:
@@ -40,6 +40,7 @@ enum {
|
|||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <sys/wait.h>
|
#include <sys/wait.h>
|
||||||
|
#include <signal.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Private data of an process_t object.
|
* Private data of an process_t object.
|
||||||
|
|||||||
Reference in New Issue
Block a user