aboutsummaryrefslogtreecommitdiff
path: root/src/nix-instantiate/eval.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/nix-instantiate/eval.hh')
-rw-r--r--src/nix-instantiate/eval.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix-instantiate/eval.hh b/src/nix-instantiate/eval.hh
index 061c840a7..0bc052676 100644
--- a/src/nix-instantiate/eval.hh
+++ b/src/nix-instantiate/eval.hh
@@ -5,7 +5,7 @@
#include "aterm.hh"
#include "hash.hh"
-#include "fixexpr.hh"
+#include "nixexpr.hh"
typedef map<Path, PathSet> DrvPaths;