aboutsummaryrefslogtreecommitdiffstats
path: root/src/decode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/decode.h')
-rw-r--r--src/decode.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/decode.h b/src/decode.h
index 704caf990..ed9a25081 100644
--- a/src/decode.h
+++ b/src/decode.h
@@ -26,6 +26,7 @@
#include "mpd_types.h"
#include "audio.h"
+#include "notify.h"
#include "os_compat.h"
@@ -41,6 +42,8 @@
#define DECODE_ERROR_FILE 20
typedef struct _DecoderControl {
+ Notify notify;
+
volatile mpd_sint8 state;
volatile mpd_sint8 stop;
volatile mpd_sint8 start;