Switch to unified view
a/src/execmd.cpp | b/src/execmd.cpp | ||
---|---|---|---|
... |
... |
||
34 | #include <sys/resource.h> |
34 | #include <sys/resource.h> |
35 | #include <fcntl.h> |
35 | #include <fcntl.h> |
36 | #include <errno.h> |
36 | #include <errno.h> |
37 | #include <signal.h> |
37 | #include <signal.h> |
38 | #include <time.h> |
38 | #include <time.h> |
39 | #include <string.h> |
||
39 | 40 | ||
40 | #include <vector> |
41 | #include <vector> |
41 | #include <string> |
42 | #include <string> |
42 | #include <stdexcept> |
43 | #include <stdexcept> |
43 | #ifdef HAVE_SPAWN_H |
44 | #ifdef HAVE_SPAWN_H |