diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-06-07 16:57:29 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-06-07 16:57:29 +0100 |
| commit | 876369d704d2f536906a7e26ef80927ba97ebd0c (patch) | |
| tree | 389801d3d11b52d0616155f38f62f7eb8919ffcc /test/interrupt_encoder_test.cc | |
| parent | 538af3d961b5017303cedb56fa35c9be23d1658a (diff) | |
Fix build on Windows.
Diffstat (limited to 'test/interrupt_encoder_test.cc')
| -rw-r--r-- | test/interrupt_encoder_test.cc | 3 |
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 (); } |
