aboutsummaryrefslogtreecommitdiff
path: root/bpkg/types.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/types.hxx
parentef30db48d9a910fa06a94a07d231f32a8fce0e46 (diff)
Add --pkg-proxy common option
Diffstat (limited to 'bpkg/types.hxx')
-rw-r--r--bpkg/types.hxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/bpkg/types.hxx b/bpkg/types.hxx
index d4847b8..4f0cc98 100644
--- a/bpkg/types.hxx
+++ b/bpkg/types.hxx
@@ -21,6 +21,7 @@
#include <odb/lazy-ptr.hxx>
+#include <libbutl/url.mxx>
#include <libbutl/path.mxx>
#include <libbutl/process.mxx>
#include <libbutl/utility.mxx> // compare_reference_target
@@ -94,9 +95,14 @@ namespace bpkg
using paths = std::vector<path>;
using dir_paths = std::vector<dir_path>;
+ // <libbutl/url.mxx>
+ //
+ using butl::url;
+
// <libbutl/process.mxx>
//
using butl::process;
+ using butl::process_env;
using butl::process_path;
using butl::process_exit;
using butl::process_error;
@@ -104,6 +110,7 @@ namespace bpkg
// <libbutl/fdstream.mxx>
//
using butl::auto_fd;
+ using butl::nullfd;
using butl::fdpipe;
using butl::ifdstream;
using butl::ofdstream;