aboutsummaryrefslogtreecommitdiffstats
path: root/src/player_control.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/player_control.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/player_control.h b/src/player_control.h
index d37413b55..b57e67320 100644
--- a/src/player_control.h
+++ b/src/player_control.h
@@ -20,9 +20,10 @@
#ifndef MPD_PLAYER_H
#define MPD_PLAYER_H
-#include "notify.h"
#include "audio_format.h"
+#include <glib.h>
+
#include <stdint.h>
struct decoder_control;