mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-11 09:40:24 +00:00
btstack_stdin_posix: add missing include
This commit is contained in:
parent
1716d43da8
commit
97d112ed47
@ -40,10 +40,10 @@
|
|||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
#ifdef ENABLE_BTSTACK_STDIN_LOGGING
|
#ifdef ENABLE_BTSTACK_STDIN_LOGGING
|
||||||
#include "btstack_debug.h"
|
#include "btstack_debug.h"
|
||||||
#endif
|
#endif
|
||||||
|
#include "btstack_debug.h"
|
||||||
#include "btstack_defines.h"
|
#include "btstack_defines.h"
|
||||||
#include "btstack_run_loop.h"
|
#include "btstack_run_loop.h"
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user