daemon: fix compile

This commit is contained in:
Matthias Ringwald 2016-03-28 11:36:15 +02:00
parent 7f7a486516
commit e3f52beb49
2 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,7 @@
#include "daemon_cmds.h"
#include "hci.h"
#include "hci_cmd.h"
#include "classic/spp_server.h"
#include <stdint.h>

View File

@ -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) \