summaryrefslogtreecommitdiffstats
path: root/audio/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/device.h')
-rw-r--r--audio/device.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/device.h b/audio/device.h
index 12e15806..71e1053f 100644
--- a/audio/device.h
+++ b/audio/device.h
@@ -25,6 +25,7 @@
#include "headset.h"
#include "gateway.h"
+#include "sink.h"
#define AUDIO_DEVICE_INTERFACE "org.bluez.audio.Device"
@@ -45,12 +46,10 @@
#define AVRCP_TARGET_UUID "0000110C-0000-1000-8000-00805F9B34FB"
/* Move these to respective .h files once they exist */
-#define AUDIO_SINK_INTERFACE "org.bluez.audio.Sink"
#define AUDIO_SOURCE_INTERFACE "org.bluez.audio.Source"
#define AUDIO_CONTROL_INTERFACE "org.bluez.audio.Control"
#define AUDIO_TARGET_INTERFACE "org.bluez.audio.Target"
-struct sink;
struct source;
struct control;
struct target;