From a99e89a689490aa03e2bbd8153b61e394cd55a6e Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Fri, 16 Feb 2018 18:21:44 -0800 Subject: lib: Add path_expandvars() internal API call --- host/lib/utils/paths.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'host/lib/utils/paths.cpp') diff --git a/host/lib/utils/paths.cpp b/host/lib/utils/paths.cpp index d609e254f..8a7ba001f 100644 --- a/host/lib/utils/paths.cpp +++ b/host/lib/utils/paths.cpp @@ -8,6 +8,7 @@ #include #include #include +#include #include #include @@ -96,6 +97,7 @@ static std::vector get_env_paths(const std::string &var_name){ } #ifndef UHD_PLATFORM_WIN32 +// NOTE: This could be replaced by path_expandvars() /*! Expand a tilde character to the $HOME path. * * The path passed to this function must start with the tilde character in order -- cgit v1.2.3