diff options
Diffstat (limited to 'third_party/nix/src/libstore/s3.hh')
-rw-r--r-- | third_party/nix/src/libstore/s3.hh | 2 |
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 09935fabed47..4f1852dc3d72 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 { |