aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/types.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-10 22:09:59 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-12 16:49:44 +0300
commitd712f69f5f769c5eaada3c1f76419abfb7b6f7ed (patch)
treea7b36e3e87ce5ef71610f864645dbd7bc339a997 /libbuild2/types.hxx
parent5524dcb9a9b10a65e450458eb76c84451a283ccc (diff)
Add builtins support for $process.run*() functions
Diffstat (limited to 'libbuild2/types.hxx')
-rw-r--r--libbuild2/types.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbuild2/types.hxx b/libbuild2/types.hxx
index 2fefad3..e24c9a6 100644
--- a/libbuild2/types.hxx
+++ b/libbuild2/types.hxx
@@ -284,6 +284,7 @@ namespace build2
// <libbutl/fdstream.mxx>
//
using butl::auto_fd;
+ using butl::fdpipe;
using butl::ifdstream;
using butl::ofdstream;
using butl::fdopen_mode;