mirror of
https://git.freebsd.org/ports.git
synced 2025-07-04 19:09:16 -04:00
Major versions harbour some incompatibilities. Main port to be updated to 6. Event: Kitchener-Waterloo Hackathon 202305
10 lines
267 B
C++
10 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"
|
|
|