mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
10 lines
271 B
C++
10 lines
271 B
C++
--- src/triggers/processmonitor.cpp.orig 2018-12-26 12:42:28 UTC
|
|
+++ src/triggers/processmonitor.cpp
|
|
@@ -28,6 +28,7 @@
|
|
#include <csignal> // for ::kill
|
|
#endif // !Q_OS_WIN32
|
|
|
|
+#include <errno.h>
|
|
// public
|
|
|
|
Process::Process(QObject *parent, const QString &command)
|