about summary refs log tree commit diff
path: root/third_party/nix/src/libstore/s3.hh
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nix/src/libstore/s3.hh')
-rw-r--r--third_party/nix/src/libstore/s3.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/nix/src/libstore/s3.hh b/third_party/nix/src/libstore/s3.hh
index 09935fabed..4f1852dc3d 100644
--- a/third_party/nix/src/libstore/s3.hh
+++ b/third_party/nix/src/libstore/s3.hh
@@ -2,7 +2,7 @@
 
 #if ENABLE_S3
 
-#include "ref.hh"
+#include "libutil/ref.hh"
 
 namespace Aws {
 namespace Client {