mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-16 08:42:28 +00:00
btstack_stdin_posix: fix includes
This commit is contained in:
parent
7420e93218
commit
cc3bbb4c33
@ -37,16 +37,11 @@
|
|||||||
|
|
||||||
#define BTSTACK_FILE__ "btstack_stdin_posix.c"
|
#define BTSTACK_FILE__ "btstack_stdin_posix.c"
|
||||||
|
|
||||||
#include <errno.h>
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#ifdef ENABLE_BTSTACK_STDIN_LOGGING
|
|
||||||
#include "btstack_debug.h"
|
#include "btstack_debug.h"
|
||||||
#endif
|
|
||||||
#include "btstack_debug.h"
|
|
||||||
#include "btstack_defines.h"
|
|
||||||
#include "btstack_run_loop.h"
|
#include "btstack_run_loop.h"
|
||||||
#include <stdlib.h>
|
|
||||||
|
|
||||||
#include "btstack_stdin.h"
|
#include "btstack_stdin.h"
|
||||||
#include <termios.h>
|
#include <termios.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user