From 72e9ec3d7028765836851b515d80816f2da74060 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 27 Oct 2022 11:00:47 +0200 Subject: Initial work on child process diagnostics buffering Currently this is implemented for C/C++ compile and link rules. --- libbuild2/types.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libbuild2/types.hxx') diff --git a/libbuild2/types.hxx b/libbuild2/types.hxx index 6b4022d..d93da6d 100644 --- a/libbuild2/types.hxx +++ b/libbuild2/types.hxx @@ -373,8 +373,10 @@ namespace build2 using butl::sha256; // + // using butl::process; using butl::process_env; + using butl::process_exit; using butl::process_path; using butl::process_error; -- cgit v1.1