mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-20 18:40:31 +00:00
test: fix sdp-client compile
This commit is contained in:
parent
4164b7bb34
commit
4c7b5f7454
@ -16,6 +16,7 @@ VPATH += ${BTSTACK_ROOT}/platform/posix
|
||||
COMMON = \
|
||||
sdp_util.c \
|
||||
sdp_client.c \
|
||||
spp_server.c \
|
||||
mock.c \
|
||||
hci_dump.c \
|
||||
btstack_util.c \
|
||||
|
@ -12,16 +12,16 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "btstack_event.h"
|
||||
#include "btstack_memory.h"
|
||||
#include "btstack_run_loop.h"
|
||||
#include "classic/sdp_client_rfcomm.h"
|
||||
#include "classic/sdp_util.h"
|
||||
#include "hci_cmd.h"
|
||||
#include "btstack_run_loop.h"
|
||||
|
||||
#include "classic/spp_server.h"
|
||||
#include "hci.h"
|
||||
#include "btstack_memory.h"
|
||||
#include "hci_cmd.h"
|
||||
#include "hci_dump.h"
|
||||
#include "l2cap.h"
|
||||
#include "btstack_event.h"
|
||||
#include "mock.h"
|
||||
|
||||
#include "CppUTest/TestHarness.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user