aboutsummaryrefslogtreecommitdiff
path: root/bdep/utility.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/utility.hxx')
-rw-r--r--bdep/utility.hxx12
1 files changed, 11 insertions, 1 deletions
diff --git a/bdep/utility.hxx b/bdep/utility.hxx
index 7f02b3c..c4cdef5 100644
--- a/bdep/utility.hxx
+++ b/bdep/utility.hxx
@@ -14,10 +14,11 @@
#include <libbutl/ft/lang.hxx>
-#include <libbutl/utility.mxx> // casecmp(), reverse_iterate(), etc
+#include <libbutl/utility.mxx> // casecmp(), reverse_iterate(), etc
#include <libbutl/prompt.mxx>
#include <libbutl/fdstream.mxx>
#include <libbutl/filesystem.mxx>
+#include <libbutl/default-options.mxx>
#include <libbutl/manifest-parser.mxx> // manifest_parser::filter_function
#include <libbutl/manifest-serializer.mxx> // manifest_serializer::filter_function
@@ -67,6 +68,12 @@ namespace bdep
using butl::auto_rmfile;
using butl::auto_rmdir;
+ // <libbutl/default-options.mxx>
+ //
+ using butl::load_default_options;
+ using butl::merge_default_options;
+ using butl::default_options_start;
+
// Empty string and path.
//
extern const string empty_string;
@@ -119,6 +126,9 @@ namespace bdep
dir_path
current_directory ();
+ dir_path
+ home_directory ();
+
// Normalize a directory path. Also make the relative path absolute using
// the current directory.
//