aboutsummaryrefslogtreecommitdiff
path: root/bpkg/utility.hxx
diff options
context:
space:
mode:
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;