From ea66f9a5650ce2008a00ebcf6cee1faa1d99655b Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Wed, 20 Jan 2021 12:25:11 +0100 Subject: [PATCH] test/pts: fix hsp_hs_test includes --- test/pts/hsp_hs_test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/pts/hsp_hs_test.c b/test/pts/hsp_hs_test.c index fac2495d5..aa6d6b32f 100644 --- a/test/pts/hsp_hs_test.c +++ b/test/pts/hsp_hs_test.c @@ -63,9 +63,9 @@ #include "classic/sdp_util.h" #include "hci.h" #include "hci_cmd.h" -#include "hsp_hs.h" #include "l2cap.h" -#include "rfcomm.h" +#include "classic/hsp_hs.h" +#include "classic/rfcomm.h" #include "btstack_stdin.h" const uint32_t hsp_service_buffer[150/4]; // implicit alignment to 4-byte memory address