From 4c804a0d92ebd03b70bfc7f736fcaf5f77cb3bb7 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 14 Sep 2020 13:04:16 +0200 Subject: Add xsd_path() and use it to fix access to .xsd files on Linux (#1830). --- src/lib/cross.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/cross.h') diff --git a/src/lib/cross.h b/src/lib/cross.h index 64cb2e6b8..0ba43cc40 100644 --- a/src/lib/cross.h +++ b/src/lib/cross.h @@ -54,6 +54,7 @@ extern boost::filesystem::path disk_writer_path (); extern void maybe_open_console (); #endif extern boost::filesystem::path shared_path (); +extern boost::filesystem::path xsd_path (); extern FILE * fopen_boost (boost::filesystem::path, std::string); extern int dcpomatic_fseek (FILE *, int64_t, int); extern void start_batch_converter (); -- cgit v1.2.3