From e3f52beb49bdd7fa110148c78d3aa1e83612cbce Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Mon, 28 Mar 2016 11:36:15 +0200 Subject: [PATCH] daemon: fix compile --- platform/daemon/src/btstack_client.h | 1 + port/daemon/src/Makefile.in | 1 + 2 files changed, 2 insertions(+) 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) \