blob: f750aad874a6a9a36ec9934452cccffff7d9ecc1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- 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)
|