aboutsummaryrefslogtreecommitdiff
path: root/bpkg/utility.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-04-29 22:20:21 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-05-01 18:10:37 +0300
commit4476d9d02ac7af21a7bc6ef92490491d308237f4 (patch)
tree78fe722595c6303c244a9dc421ce6c15d2165fb6 /bpkg/utility.hxx
parentef30db48d9a910fa06a94a07d231f32a8fce0e46 (diff)
Add --pkg-proxy common option
Diffstat (limited to 'bpkg/utility.hxx')
-rw-r--r--bpkg/utility.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/bpkg/utility.hxx b/bpkg/utility.hxx
index 1763af0..e891f21 100644
--- a/bpkg/utility.hxx
+++ b/bpkg/utility.hxx
@@ -14,6 +14,7 @@
#include <libbutl/ft/lang.hxx>
#include <libbutl/utility.mxx> // icasecmp(), reverse_iterate(), etc
+#include <libbutl/process.mxx>
#include <libbutl/filesystem.mxx>
#include <libbutl/default-options.mxx>
@@ -47,6 +48,10 @@ namespace bpkg
using butl::setenv;
using butl::unsetenv;
+ // <libbutl/process.mxx>
+ //
+ using butl::process_start_callback;
+
// <libbutl/filesystem.mxx>
//
using butl::auto_rmfile;