aboutsummaryrefslogtreecommitdiff
path: root/src/decoder/decoder_thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/decoder/decoder_thread.h')
-rw-r--r--src/decoder/decoder_thread.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/decoder/decoder_thread.h b/src/decoder/decoder_thread.h
index 78f12a54..588f8505 100644
--- a/src/decoder/decoder_thread.h
+++ b/src/decoder/decoder_thread.h
@@ -20,9 +20,8 @@
#ifndef MPD_DECODER_THREAD_H
#define MPD_DECODER_THREAD_H
-struct decoder_control;
+#include "decoder_control.h"
-void
-decoder_thread_start(struct decoder_control *dc);
+void decoder_thread_start(DecoderControl *dc);
#endif