diff options
Diffstat (limited to 'src/output/jack_plugin.c')
-rw-r--r-- | src/output/jack_plugin.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/output/jack_plugin.c b/src/output/jack_plugin.c index 49f8fd838..2bcdf874f 100644 --- a/src/output/jack_plugin.c +++ b/src/output/jack_plugin.c @@ -16,7 +16,6 @@ */ #include "../output_api.h" -#include "../utils.h" #include "config.h" #include <assert.h> @@ -421,7 +420,7 @@ mpd_jack_play(void *data, const char *buff, size_t size) } else { /* XXX do something more intelligent to synchronize */ - my_usleep(1000); + g_usleep(1000); } } |