diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-06-20T10·40+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-06-20T10·40+0000 |
commit | 1849aa2a72d7f530e2c18d640528075bcdf8991c (patch) | |
tree | 3061e93be67c24b85ab566962901d4d5ef1ce32b /src/nix.cc | |
parent | 38e12df631cc45fda97942070d7ebea1bb9c7f2f (diff) |
* Refactoring: move dump function into archive.cc.
Diffstat (limited to 'src/nix.cc')
-rw-r--r-- | src/nix.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nix.cc b/src/nix.cc index b2bb3bb1aba6..4f0b97854b67 100644 --- a/src/nix.cc +++ b/src/nix.cc @@ -5,6 +5,7 @@ #include "globals.hh" #include "values.hh" #include "eval.hh" +#include "archive.hh" typedef void (* Operation) (Strings opFlags, Strings opArgs); |