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 {
|
||||
int run_cmd_retcode (const char* command) {
|
||||
assert(command);
|
||||
return system(command);
|
||||
return std::system(command);
|
||||
}
|
||||
} //namespace duck
|
||||
|
|
Loading…
Reference in a new issue