diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-06-08 01:44:20 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-06-08 01:44:20 +0300 |
commit | 69a1bbcd0c2170975556bfe495e1f169fd6c7726 (patch) | |
tree | 2edca171b40bbbb421f7eaaf857ed79e794730c1 /src/utils/process.cpp | |
parent | 34a83475636164cf43551d9ec83ec30da5a7e7f2 (diff) | |
download | plus-69a1bbcd0c2170975556bfe495e1f169fd6c7726.tar.gz plus-69a1bbcd0c2170975556bfe495e1f169fd6c7726.tar.bz2 plus-69a1bbcd0c2170975556bfe495e1f169fd6c7726.tar.xz plus-69a1bbcd0c2170975556bfe495e1f169fd6c7726.zip |
Replace depricated headers.
Diffstat (limited to 'src/utils/process.cpp')
-rw-r--r-- | src/utils/process.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/process.cpp b/src/utils/process.cpp index 6431c22d5..56eaff27e 100644 --- a/src/utils/process.cpp +++ b/src/utils/process.cpp @@ -108,7 +108,7 @@ bool execFile(const std::string &pathName, const std::string &name A_UNUSED, #include <sys/types.h> #include <sys/stat.h> #include <sys/wait.h> -#include <signal.h> +#include <csignal> int execFileWait(const std::string &pathName, const std::string &name, const std::string &arg1, const std::string &arg2, |