diff options
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, |