about summary refs log tree commit diff
path: root/src/libexpr/attr-path.cc
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2012-03-05T21·04+0100
committerEelco Dolstra <e.dolstra@tudelft.nl>2012-03-05T21·04+0100
commit605b16cd7bd9b29482d9029740c3a4595a483f21 (patch)
treeadc28879ab8f5a3e620aae3ec5fa9defc48dc6df /src/libexpr/attr-path.cc
parentd645633643ff806bff8fcd1677d6ac87509f40e9 (diff)
Fix compilation on FreeBSD
http://hydra.nixos.org/build/2213576

Not sure why compilation doesn't fail on other platforms...
Diffstat (limited to 'src/libexpr/attr-path.cc')
-rw-r--r--src/libexpr/attr-path.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libexpr/attr-path.cc b/src/libexpr/attr-path.cc
index 49c08339ae..c9dbe8ef20 100644
--- a/src/libexpr/attr-path.cc
+++ b/src/libexpr/attr-path.cc
@@ -1,4 +1,5 @@
 #include "attr-path.hh"
+#include "eval-inline.hh"
 #include "util.hh"