diff options
Diffstat (limited to 'third_party/nix/src/libstore/crypto.cc')
-rw-r--r-- | third_party/nix/src/libstore/crypto.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/third_party/nix/src/libstore/crypto.cc b/third_party/nix/src/libstore/crypto.cc index eb5bb6670738..62b3c05ff95f 100644 --- a/third_party/nix/src/libstore/crypto.cc +++ b/third_party/nix/src/libstore/crypto.cc @@ -1,7 +1,7 @@ -#include "crypto.hh" +#include "libstore/crypto.hh" -#include "globals.hh" -#include "util.hh" +#include "libstore/globals.hh" +#include "libutil/util.hh" #if HAVE_SODIUM #include <sodium.h> |