aboutsummaryrefslogtreecommitdiff
path: root/bpkg/utility.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-01-26 09:17:07 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-01-26 09:17:07 +0200
commit64e2a788645a8a5b30d82265ba8aa4fee88cca21 (patch)
tree346daad50b9f6b85781445d08aabf781ed410cf6 /bpkg/utility.hxx
parent80f8b0d7653a9445c74aaf67d2ad87b8ebf7503a (diff)
More work on testing Debian implementation
Diffstat (limited to 'bpkg/utility.hxx')
-rw-r--r--bpkg/utility.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/bpkg/utility.hxx b/bpkg/utility.hxx
index 896a67b..69a02d3 100644
--- a/bpkg/utility.hxx
+++ b/bpkg/utility.hxx
@@ -61,6 +61,8 @@ namespace bpkg
using butl::setenv;
using butl::unsetenv;
+ using butl::eof;
+
// <libbutl/process.hxx>
//
using butl::process_start_callback;