From 2ab2c985313c7e955d12ae4328cb93a1fb738403 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Fri, 20 Jul 2018 16:26:07 +0200 Subject: [PATCH] btstack_audio: add header to btstack.h --- src/btstack.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/btstack.h b/src/btstack.h index e4936502e..2d086378f 100644 --- a/src/btstack.h +++ b/src/btstack.h @@ -52,6 +52,7 @@ #include "bluetooth_data_types.h" #include "bluetooth_gatt.h" #include "bluetooth_sdp.h" +#include "btstack_audio.h" #include "btstack_control.h" #include "btstack_debug.h" #include "btstack_defines.h"