This is prefixed with std it seems.
This commit is contained in:
parent
a1a7b8c5af
commit
f7cdcd13a2
1 changed files with 1 additions and 1 deletions
|
@ -86,6 +86,6 @@ namespace duck::detail {
|
||||||
namespace duck {
|
namespace duck {
|
||||||
int run_cmd_retcode (const char* command) {
|
int run_cmd_retcode (const char* command) {
|
||||||
assert(command);
|
assert(command);
|
||||||
return system(command);
|
return std::system(command);
|
||||||
}
|
}
|
||||||
} //namespace duck
|
} //namespace duck
|
||||||
|
|
Loading…
Add table
Reference in a new issue