aboutsummaryrefslogtreecommitdiff
path: root/build/file
diff options
context:
space:
mode:
Diffstat (limited to 'build/file')
-rw-r--r--build/file3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/file b/build/file
index 937be1b..4dbe9fe 100644
--- a/build/file
+++ b/build/file
@@ -7,6 +7,7 @@
#include <build/path>
#include <build/name>
+#include <build/variable> // list_value
namespace build
{
@@ -70,7 +71,7 @@ namespace build
void
load_root_pre (scope& root);
- void
+ list_value
import (scope& base, const name&, const location&);
}