mirror of
https://github.com/espressif/openthread.git
synced 2026-08-12 21:57:47 +00:00
[build] include necessary headers in spinel (#11683)
- Include `stdint.h` for `*int*_t` types. - Include `stddef.h` for `size_t` type.
This commit is contained in:
@@ -35,6 +35,8 @@
|
||||
#ifndef RADIO_SPINEL_METRICS_H_
|
||||
#define RADIO_SPINEL_METRICS_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
@@ -25,6 +25,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include <cstddef>
|
||||
|
||||
/**
|
||||
* Allows to encrypt spinel frames sent between Application Processor (AP) and Network Co-Processor (NCP).
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user