diff options
author | Tom Hubrecht <github@mail.hubrecht.ovh> | 2024-05-28 13:36:02 +0200 |
---|---|---|
committer | Tom Hubrecht <github@mail.hubrecht.ovh> | 2024-05-29 11:01:34 +0200 |
commit | 2473e1253d37d4bbd3f7aad2ff269ad84747d527 (patch) | |
tree | d81cd79de634171914b978a265ae59ef91295f22 /src/nix/run.cc | |
parent | 9a52e4688ca265155817817f373938428f023966 (diff) |
util.{hh,cc}: Split out current-process.{hh,cc}
Change-Id: I77095b9d37e85310075bada7a076ccd482c28e47
Diffstat (limited to 'src/nix/run.cc')
-rw-r--r-- | src/nix/run.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nix/run.cc b/src/nix/run.cc index 94d492ca7..e1e896bb4 100644 --- a/src/nix/run.cc +++ b/src/nix/run.cc @@ -10,6 +10,7 @@ #include "progress-bar.hh" #include "eval.hh" #include "build/personality.hh" +#include "current-process.hh" #if __linux__ #include <sys/mount.h> |