summaryrefslogtreecommitdiff
path: root/src/lib/cross.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/cross.h')
-rw-r--r--src/lib/cross.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/cross.h b/src/lib/cross.h
index 20bab38a2..6d3c2bd2e 100644
--- a/src/lib/cross.h
+++ b/src/lib/cross.h
@@ -45,7 +45,9 @@ extern std::string cpu_info ();
extern void run_ffprobe (boost::filesystem::path, boost::filesystem::path);
extern std::list<std::pair<std::string, std::string> > mount_info ();
extern boost::filesystem::path openssl_path ();
+#ifdef DCPOMATIC_DISK
extern boost::filesystem::path disk_writer_path ();
+#endif
#ifdef DCPOMATIC_OSX
extern boost::filesystem::path app_contents ();
#endif