diff options
Diffstat (limited to 'src/libutil/archive.cc')
-rw-r--r-- | src/libutil/archive.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libutil/archive.cc b/src/libutil/archive.cc index a18c54ebf..1b42ee4b5 100644 --- a/src/libutil/archive.cc +++ b/src/libutil/archive.cc @@ -12,8 +12,9 @@ #include <fcntl.h> #include "archive.hh" -#include "util.hh" +#include "file-system.hh" #include "config.hh" +#include "logging.hh" #include "signals.hh" namespace nix { |