Switch to unified view
a/src/execmd.cpp | b/src/execmd.cpp | ||
---|---|---|---|
... |
... |
||
52 | 52 | ||
53 | #include "execmd.h" |
53 | #include "execmd.h" |
54 | #include "netcon.h" |
54 | #include "netcon.h" |
55 | #include "closefrom.h" |
55 | #include "closefrom.h" |
56 | #include "smallut.h" |
56 | #include "smallut.h" |
57 | #ifdef MDU_INCLUDE_LOG |
||
58 | #include MDU_INCLUDE_LOG |
||
59 | #else |
||
57 | #include "log.h" |
60 | #include "log.h" |
61 | #endif |
||
58 | 62 | ||
59 | using namespace std; |
63 | using namespace std; |
60 | 64 | ||
61 | extern char **environ; |
65 | extern char **environ; |
62 | 66 |