X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Funix%2Fprocess.cpp;h=975fa223520486fd59122ae90e17e322fd4e755a;hb=1787d4928ac1285f5434a2c8d0676deea9ce9176;hp=99be2e1d75a592a87a07e926439add7a4a5bec17;hpb=ea8bf8f588310b0d7fd3297d74907602705bba1d;p=libs%2Fcore.git diff --git a/source/core/unix/process.cpp b/source/core/unix/process.cpp index 99be2e1..975fa22 100644 --- a/source/core/unix/process.cpp +++ b/source/core/unix/process.cpp @@ -4,6 +4,7 @@ #include #include #include +#include "except.h" #include "process.h" #include "process_private.h" @@ -35,7 +36,7 @@ void Process::execute(const string &command, bool path_search, const Arguments & argv[0] = command.c_str(); for(unsigned i=0; iinfo.pid, &status, (block ? 0 : WNOHANG));