]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
process: Include missing <signal.h> for raise(3)
authorMartin Willi <martin@revosec.ch>
Tue, 14 Oct 2014 09:40:03 +0000 (11:40 +0200)
committerMartin Willi <martin@revosec.ch>
Tue, 14 Oct 2014 14:33:10 +0000 (16:33 +0200)
Fixes OS X build.

src/libstrongswan/utils/process.c

index 23342944772bd06f7edcf8402b27a0c114bb4755..c863bdd108231233493484d73b9fcf10ddfe11a3 100644 (file)
@@ -40,6 +40,7 @@ enum {
 #include <unistd.h>
 #include <errno.h>
 #include <sys/wait.h>
+#include <signal.h>
 
 /**
  * Private data of an process_t object.