mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-17 02:42:33 +00:00
a2dp_sink.h: fix include
This commit is contained in:
parent
e5b24613ab
commit
ac881096ca
@ -43,7 +43,6 @@
|
||||
#include <string.h>
|
||||
|
||||
#include "btstack.h"
|
||||
#include "classic/avdtp.h"
|
||||
#include "classic/avdtp_util.h"
|
||||
#include "classic/avdtp_sink.h"
|
||||
#include "classic/a2dp_sink.h"
|
||||
|
@ -47,6 +47,7 @@
|
||||
#define __A2DP_SINK_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include "classic/avdtp.h"
|
||||
|
||||
#if defined __cplusplus
|
||||
extern "C" {
|
||||
@ -129,4 +130,4 @@ void a2dp_sink_disconnect(uint16_t a2dp_cid);
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // __A2DP_SINK_H
|
||||
#endif // __A2DP_SINK_H
|
||||
|
Loading…
x
Reference in New Issue
Block a user