Merge branch 'ripple-mode-cc' into cairocanvas
[ardour.git] / headless / load_session.cc
index 20c83ed62856037c300746fdf57a0bb82b8f8a28..a9037214cc33f3fa6874e0c8f7f75ff024cbe7f4 100644 (file)
@@ -16,6 +16,11 @@ using namespace std;
 using namespace ARDOUR;
 using namespace PBD;
 
+#ifdef PLATFORM_WINDOWS
+#include <windows.h>
+#define sleep(X) Sleep((X) * 1000)
+#endif
+
 static const char* localedir = LOCALEDIR;
 
 TestReceiver test_receiver;