aboutsummaryrefslogtreecommitdiff
path: root/bbot/utility.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-06-15 12:04:27 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-06-15 14:18:07 +0300
commit2068fd01f5acebeea9f0b92fbc43426772b10538 (patch)
tree915696faddac6d1bd14e9e010957fedefb38f484 /bbot/utility.hxx
parentc41d662f29c7d4129b71b9c8a8c639e92ac40c0b (diff)
Use portable environment variable manipulation functions
Diffstat (limited to 'bbot/utility.hxx')
-rw-r--r--bbot/utility.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/bbot/utility.hxx b/bbot/utility.hxx
index 275c549..ee74816 100644
--- a/bbot/utility.hxx
+++ b/bbot/utility.hxx
@@ -43,6 +43,10 @@ namespace bbot
using butl::make_guard;
using butl::make_exception_guard;
+ using butl::getenv;
+ using butl::setenv;
+ using butl::unsetenv;
+
// <libbutl/fdstream.mxx>
//
using butl::auto_fd;