mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-13 20:11:19 +02:00
11 lines
267 B
C++
11 lines
267 B
C++
--- src/main/tools/process-tools-linux.cc.orig 1979-12-31 23:00:00 UTC
|
|
+++ src/main/tools/process-tools-linux.cc
|
|
@@ -17,6 +17,7 @@
|
|
#include <sys/types.h>
|
|
#include <sys/wait.h>
|
|
#include <unistd.h>
|
|
+#include <signal.h>
|
|
|
|
#include "src/main/tools/process-tools.h"
|
|
|