From 1d00b38275356435cd384fd89fa9e65e4d6939c8 Mon Sep 17 00:00:00 2001 From: falkTX Date: Wed, 14 May 2014 15:53:23 +0100 Subject: [PATCH] Fix DSSI build --- distrho/src/DistrhoUIDSSI.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/distrho/src/DistrhoUIDSSI.cpp b/distrho/src/DistrhoUIDSSI.cpp index fe1fb09f..808364ba 100644 --- a/distrho/src/DistrhoUIDSSI.cpp +++ b/distrho/src/DistrhoUIDSSI.cpp @@ -20,6 +20,8 @@ # error DSSI UIs do not support direct access! #endif +#include "../extra/d_sleep.hpp" + #include START_NAMESPACE_DISTRHO @@ -113,7 +115,7 @@ public: if (! fUI.idle()) break; - d_msleep(50); + d_msleep(30); } }