about summary refs log tree commit diff
path: root/third_party/nix/src/libstore/ssh.hh
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nix/src/libstore/ssh.hh')
-rw-r--r--third_party/nix/src/libstore/ssh.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/nix/src/libstore/ssh.hh b/third_party/nix/src/libstore/ssh.hh
index 23952ccb12..9844f89d35 100644
--- a/third_party/nix/src/libstore/ssh.hh
+++ b/third_party/nix/src/libstore/ssh.hh
@@ -1,7 +1,7 @@
 #pragma once
 
-#include "sync.hh"
-#include "util.hh"
+#include "libutil/sync.hh"
+#include "libutil/util.hh"
 
 namespace nix {