test: fix sdp-client compile

This commit is contained in:
Matthias Ringwald 2016-03-28 12:04:29 +02:00
parent 4164b7bb34
commit 4c7b5f7454
2 changed files with 6 additions and 5 deletions

View File

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

View File

@ -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"