mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
Fix build
This commit is contained in:
parent
0e49f94120
commit
2dff9556a4
2 changed files with 7 additions and 5 deletions
|
@ -1,3 +1,5 @@
|
|||
#include <nix/config.h>
|
||||
|
||||
#include <iostream>
|
||||
#include <cstdlib>
|
||||
|
||||
|
@ -291,7 +293,7 @@ static int runProgram(const string & program, const Strings & args)
|
|||
_exit(1);
|
||||
}
|
||||
|
||||
return pid.wait(true);
|
||||
return pid.wait();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue