mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-10 06:44:32 +00:00
daemon: fix example compile
This commit is contained in:
parent
fa968b9965
commit
2ca78d1806
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user