aboutsummaryrefslogtreecommitdiff
path: root/bpkg/types.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-05-14 14:10:56 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-05-14 16:54:16 +0300
commit2df57d72b65012674e6bc64dec66d9b3fd7f993b (patch)
tree81c893c0b745145d9a3779b9ce3fb41c57e17956 /bpkg/types.hxx
parent1ddbf3409f76f0dd91a9402e602bc1ea1b12f8cd (diff)
Fallback to output directory removal for --keep-out on disfigure failure
Diffstat (limited to 'bpkg/types.hxx')
-rw-r--r--bpkg/types.hxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/bpkg/types.hxx b/bpkg/types.hxx
index 0433e92..e4e950d 100644
--- a/bpkg/types.hxx
+++ b/bpkg/types.hxx
@@ -23,6 +23,7 @@
#include <odb/lazy-ptr.hxx>
#include <libbutl/path.mxx>
+#include <libbutl/process.mxx>
#include <libbutl/utility.mxx> // compare_reference_target
#include <libbutl/optional.mxx>
#include <libbutl/fdstream.mxx>
@@ -91,6 +92,13 @@ namespace bpkg
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;