rfcomm: add missing l2cap include

This commit is contained in:
Matthias Ringwald 2019-01-08 17:34:14 +01:00
parent a7a98a1451
commit b8261b65d9

View File

@ -47,6 +47,7 @@
#include <stdint.h>
#include "btstack_run_loop.h"
#include "gap.h"
#include "l2cap.h"
#if defined __cplusplus
extern "C" {