aboutsummaryrefslogtreecommitdiff
path: root/bdep/types.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-03-09 16:21:14 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-03-09 16:21:14 +0200
commitd369ab42f2d3bc52086dc7d9b79510dce5e80513 (patch)
tree504d1f694804b115b71d858cfe8e6b44fde5770e /bdep/types.hxx
parentd304762e4338b4a055e2be018205a00c2ca9ee2f (diff)
Add support for executing bpkg
Diffstat (limited to 'bdep/types.hxx')
-rw-r--r--bdep/types.hxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/bdep/types.hxx b/bdep/types.hxx
index 4f3ec13..f4393ab 100644
--- a/bdep/types.hxx
+++ b/bdep/types.hxx
@@ -23,6 +23,7 @@
#include <odb/sqlite/forward.hxx>
#include <libbutl/path.mxx>
+#include <libbutl/process.mxx>
#include <libbutl/optional.mxx>
#include <libbutl/fdstream.mxx>
@@ -86,6 +87,13 @@ namespace bdep
using paths = std::vector<path>;
using dir_paths = std::vector<dir_path>;
+ // <libbutl/process.mxx>
+ //
+ using butl::process;
+ using butl::process_path;
+ using butl::process_exit;
+ using butl::process_error;
+
// <libbutl/fdstream.mxx>
//
using butl::auto_fd;