btstack_audio_embedded: add missing include

This commit is contained in:
Matthias Ringwald 2022-11-04 10:33:08 +01:00
parent f0b78f48e2
commit 0ef4369c28

View File

@ -44,10 +44,11 @@
*
*/
#include "btstack_config.h"
// allow to compile all files in embedded folder even if there's no audio support
#ifdef HAVE_HAL_AUDIO
#include "btstack_config.h"
#include "btstack_debug.h"
#include "btstack_audio.h"
#include "btstack_run_loop_embedded.h"