diff options
Diffstat (limited to 'third_party/nix/src/libstore/pathlocks.hh')
-rw-r--r-- | third_party/nix/src/libstore/pathlocks.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/nix/src/libstore/pathlocks.hh b/third_party/nix/src/libstore/pathlocks.hh index 201e3f01b4df..d515963e76e9 100644 --- a/third_party/nix/src/libstore/pathlocks.hh +++ b/third_party/nix/src/libstore/pathlocks.hh @@ -1,6 +1,6 @@ #pragma once -#include "util.hh" +#include "libutil/util.hh" namespace nix { |