From d013a1eaa7beebbb49c1fe0015c70ad81566d97c Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Sun, 12 Aug 2007 23:58:15 +0000 Subject: Clean up mess with header files --- audio/a2dp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'audio/a2dp.c') diff --git a/audio/a2dp.c b/audio/a2dp.c index 1f34fc24..03cb8868 100644 --- a/audio/a2dp.c +++ b/audio/a2dp.c @@ -35,6 +35,7 @@ #include "logging.h" #include "manager.h" +#include "device.h" #include "avdtp.h" #include "sink.h" #include "a2dp.h" @@ -72,7 +73,7 @@ static gboolean setconf_ind(struct avdtp *session, return FALSE; } - sink_new_stream(session, stream, dev); + sink_new_stream(dev, session, stream); return TRUE; } -- cgit