summaryrefslogtreecommitdiff
path: root/test/interrupt_encoder_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/interrupt_encoder_test.cc')
-rw-r--r--test/interrupt_encoder_test.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/interrupt_encoder_test.cc b/test/interrupt_encoder_test.cc
index bca1bbc0b..8883c2d6f 100644
--- a/test/interrupt_encoder_test.cc
+++ b/test/interrupt_encoder_test.cc
@@ -24,6 +24,7 @@
#include "lib/ffmpeg_content.h"
#include "lib/audio_content.h"
#include "lib/job_manager.h"
+#include "lib/cross.h"
#include "test.h"
#include <boost/test/unit_test.hpp>
@@ -45,7 +46,7 @@ BOOST_AUTO_TEST_CASE (interrupt_encoder_test)
film->make_dcp ();
- sleep (10);
+ dcpomatic_sleep (10);
JobManager::drop ();
}