summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/pathexpand.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/pbd/pathexpand.h')
-rw-r--r--libs/pbd/pbd/pathexpand.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/pbd/pbd/pathexpand.h b/libs/pbd/pbd/pathexpand.h
index a7b9f7557a..2b2639e07e 100644
--- a/libs/pbd/pbd/pathexpand.h
+++ b/libs/pbd/pbd/pathexpand.h
@@ -22,6 +22,7 @@
#include <string>
namespace PBD {
+ std::string canonical_path (const std::string& path);
std::string path_expand (std::string path);
std::string search_path_expand (std::string path);
}