mesh: fix compile warnings in mesh_proxy.c

This commit is contained in:
Matthias Ringwald 2019-07-02 14:12:27 +02:00
parent b0a92bc4f6
commit ca586e9e01

View File

@ -40,12 +40,15 @@
#include <string.h>
#include "mesh/adv_bearer.h"
#include "mesh/gatt_bearer.h"
#include "mesh/mesh_crypto.h"
#include "mesh/mesh_lower_transport.h"
#include "bluetooth_company_id.h"
#include "bluetooth_data_types.h"
#include "bluetooth_gatt.h"
#include "btstack_config.h"
#include "btstack_crypto.h"
#include "btstack_memory.h"
#include "btstack_debug.h"
#include "btstack_run_loop.h"
#include "btstack_util.h"