From 605b16cd7bd9b29482d9029740c3a4595a483f21 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 5 Mar 2012 22:04:40 +0100 Subject: Fix compilation on FreeBSD http://hydra.nixos.org/build/2213576 Not sure why compilation doesn't fail on other platforms... --- src/libexpr/attr-path.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libexpr/attr-path.cc') diff --git a/src/libexpr/attr-path.cc b/src/libexpr/attr-path.cc index 49c08339ae55..c9dbe8ef20dd 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" -- cgit 1.4.1