hci_dump: fix compile warnings (request POSIX support)

This commit is contained in:
Matthias Ringwald 2018-09-25 08:35:06 +02:00
parent bb880bddc2
commit 359cfe4712

View File

@ -51,6 +51,9 @@
#include "btstack_config.h"
// enable POSIX functions (needed for -std=c99)
#define _POSIX_C_SOURCE 200809
#include "hci_dump.h"
#include "hci.h"
#include "hci_transport.h"