macOS build tweak.
authorCarl Hetherington <cth@carlh.net>
Sat, 28 Mar 2020 21:44:08 +0000 (22:44 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 28 Mar 2020 21:44:08 +0000 (22:44 +0100)
src/tools/dcpomatic_dist_writer.cc

index 8da3a14a7c9e85c2316c8c7095653416da09cbc7..b81c42418f2a744b999b7341befb571a5e5125e4 100644 (file)
@@ -43,6 +43,9 @@ extern "C" {
 
 #ifdef DCPOMATIC_OSX
 #undef nil
+extern "C" {
+#include <lwext4/file_dev.h>
+}
 #endif
 
 #ifdef DCPOMATIC_LINUX