diff options
Diffstat (limited to 'third_party/nix/src/libstore/crypto.hh')
-rw-r--r-- | third_party/nix/src/libstore/crypto.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/nix/src/libstore/crypto.hh b/third_party/nix/src/libstore/crypto.hh index ef578db6d055..e282f4f8ef69 100644 --- a/third_party/nix/src/libstore/crypto.hh +++ b/third_party/nix/src/libstore/crypto.hh @@ -2,7 +2,7 @@ #include <map> -#include "types.hh" +#include "libutil/types.hh" namespace nix { |