aboutsummaryrefslogtreecommitdiff
path: root/bdep/utility.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-06-14 22:58:24 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-06-15 14:18:57 +0300
commitbc1f722b043e654808a95e1d7acb85b86e4aed6a (patch)
treed84b3688940d6f4f9e85cc6a53224e54ba6289de /bdep/utility.hxx
parent4ff307952533453e1e8650f714b5eb82e407f072 (diff)
Use portable environment variable manipulation functions
Diffstat (limited to 'bdep/utility.hxx')
-rw-r--r--bdep/utility.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/bdep/utility.hxx b/bdep/utility.hxx
index 75adf1d..ea8f5d1 100644
--- a/bdep/utility.hxx
+++ b/bdep/utility.hxx
@@ -50,6 +50,10 @@ namespace bdep
using butl::make_guard;
using butl::make_exception_guard;
+ using butl::getenv;
+ using butl::setenv;
+ using butl::unsetenv;
+
// <libbutl/filesystem.mxx>
//
using butl::auto_rmfile;