diff --git a/platform/daemon/example/inquiry.c b/platform/daemon/example/inquiry.c index b04f2c70e..426513d40 100644 --- a/platform/daemon/example/inquiry.c +++ b/platform/daemon/example/inquiry.c @@ -51,7 +51,7 @@ #include "btstack_client.h" #ifdef _WIN32 -#include "btstack_run_loop_posix.h" +#include "btstack_run_loop_windows.h" #else #include "btstack_run_loop_posix.h" #endif diff --git a/platform/daemon/example/l2cap_server.c b/platform/daemon/example/l2cap_server.c index 454f7510e..7ecafc76e 100644 --- a/platform/daemon/example/l2cap_server.c +++ b/platform/daemon/example/l2cap_server.c @@ -53,7 +53,7 @@ #include "classic/sdp_util.h" #ifdef _WIN32 -#include "btstack_run_loop_posix.h" +#include "btstack_run_loop_windows.h" #else #include "btstack_run_loop_posix.h" #endif diff --git a/platform/daemon/example/l2cap_throughput.c b/platform/daemon/example/l2cap_throughput.c index 752f22c4a..50e08d609 100644 --- a/platform/daemon/example/l2cap_throughput.c +++ b/platform/daemon/example/l2cap_throughput.c @@ -52,7 +52,7 @@ #include "hci_cmd.h" #ifdef _WIN32 -#include "btstack_run_loop_posix.h" +#include "btstack_run_loop_windows.h" #else #include "btstack_run_loop_posix.h" #endif diff --git a/platform/daemon/example/le_scan.c b/platform/daemon/example/le_scan.c index 2cf0e0000..a4935d4d6 100644 --- a/platform/daemon/example/le_scan.c +++ b/platform/daemon/example/le_scan.c @@ -49,7 +49,7 @@ #include "btstack_client.h" #ifdef _WIN32 -#include "btstack_run_loop_posix.h" +#include "btstack_run_loop_windows.h" #else #include "btstack_run_loop_posix.h" #endif diff --git a/platform/daemon/example/rfcomm_cat.c b/platform/daemon/example/rfcomm_cat.c index fcd882749..f80ebb5d6 100644 --- a/platform/daemon/example/rfcomm_cat.c +++ b/platform/daemon/example/rfcomm_cat.c @@ -59,7 +59,7 @@ #include "classic/sdp_util.h" #ifdef _WIN32 -#include "btstack_run_loop_posix.h" +#include "btstack_run_loop_windows.h" #else #include "btstack_run_loop_posix.h" #endif diff --git a/platform/daemon/example/rfcomm_echo.c b/platform/daemon/example/rfcomm_echo.c index dc0607df8..46ffc3ea3 100644 --- a/platform/daemon/example/rfcomm_echo.c +++ b/platform/daemon/example/rfcomm_echo.c @@ -55,7 +55,7 @@ #include "classic/sdp_util.h" #ifdef _WIN32 -#include "btstack_run_loop_posix.h" +#include "btstack_run_loop_windows.h" #else #include "btstack_run_loop_posix.h" #endif diff --git a/platform/daemon/example/rfcomm_test.c b/platform/daemon/example/rfcomm_test.c index f18b2aa57..e0f64e7ca 100644 --- a/platform/daemon/example/rfcomm_test.c +++ b/platform/daemon/example/rfcomm_test.c @@ -55,7 +55,7 @@ #include "classic/sdp_util.h" #ifdef _WIN32 -#include "btstack_run_loop_posix.h" +#include "btstack_run_loop_windows.h" #else #include "btstack_run_loop_posix.h" #endif diff --git a/platform/daemon/example/test.c b/platform/daemon/example/test.c index ec89b1c6b..b0968ec4c 100644 --- a/platform/daemon/example/test.c +++ b/platform/daemon/example/test.c @@ -53,7 +53,7 @@ #include "hci_cmd.h" #ifdef _WIN32 -#include "btstack_run_loop_posix.h" +#include "btstack_run_loop_windows.h" #else #include "btstack_run_loop_posix.h" #endif