mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-18 14:42:33 +00:00
hci_dump: fix compile warnings (request POSIX support)
This commit is contained in:
parent
bb880bddc2
commit
359cfe4712
@ -51,6 +51,9 @@
|
|||||||
|
|
||||||
#include "btstack_config.h"
|
#include "btstack_config.h"
|
||||||
|
|
||||||
|
// enable POSIX functions (needed for -std=c99)
|
||||||
|
#define _POSIX_C_SOURCE 200809
|
||||||
|
|
||||||
#include "hci_dump.h"
|
#include "hci_dump.h"
|
||||||
#include "hci.h"
|
#include "hci.h"
|
||||||
#include "hci_transport.h"
|
#include "hci_transport.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user