diff --git a/platform/daemon/src/btstack_client.h b/platform/daemon/src/btstack_client.h index 7f141198a..d936915c1 100644 --- a/platform/daemon/src/btstack_client.h +++ b/platform/daemon/src/btstack_client.h @@ -55,6 +55,7 @@ #include "daemon_cmds.h" #include "hci.h" #include "hci_cmd.h" +#include "classic/spp_server.h" #include diff --git a/port/daemon/src/Makefile.in b/port/daemon/src/Makefile.in index 7ff736dd4..53064f76d 100644 --- a/port/daemon/src/Makefile.in +++ b/port/daemon/src/Makefile.in @@ -33,6 +33,7 @@ libBTstack_SOURCES = \ btstack_linked_list.c \ btstack_run_loop.c \ sdp_util.c \ + spp_server.c \ btstack_util.c \ $(btstack_run_loop_sources) \