From 747e81de1927c71b39dc916be05bb9296ca6b882 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 9 Apr 2020 20:53:22 +0200 Subject: Support unmounting on macOS and Windows. --- src/lib/cross.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/lib/cross.h') diff --git a/src/lib/cross.h b/src/lib/cross.h index ece36fe25..114581269 100644 --- a/src/lib/cross.h +++ b/src/lib/cross.h @@ -31,6 +31,7 @@ #include #include #include +#include #ifdef DCPOMATIC_WINDOWS #define WEXITSTATUS(w) (w) @@ -138,4 +139,6 @@ private: boost::optional _model; }; +void disk_write_finished (); + #endif -- cgit v1.2.3