ble_mesh: Add missing sdkconfig.h
This commit is contained in:
parent
f02d095ff1
commit
52fa4c7f96
2 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
#ifndef _BLE_MESH_BUF_H_
|
||||
#define _BLE_MESH_BUF_H_
|
||||
|
||||
#include "sdkconfig.h"
|
||||
#include "mesh_slist.h"
|
||||
#include "mesh_compiler.h"
|
||||
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
#define _BLE_MESH_BEARER_ADRPT_H_
|
||||
|
||||
#include <sys/types.h>
|
||||
#include "sdkconfig.h"
|
||||
#include "mesh_types.h"
|
||||
#include "mesh_util.h"
|
||||
#include "mesh_uuid.h"
|
||||
|
|
Loading…
Reference in a new issue