diff options
Diffstat (limited to 'src/libutil/canon-path.cc')
-rw-r--r-- | src/libutil/canon-path.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/canon-path.cc b/src/libutil/canon-path.cc index 040464532..f678fae94 100644 --- a/src/libutil/canon-path.cc +++ b/src/libutil/canon-path.cc @@ -1,5 +1,5 @@ #include "canon-path.hh" -#include "util.hh" +#include "file-system.hh" namespace nix { |