libc: add stddef.h
to the minimal libc
It is required for using `size_t`. Signed-off-by: Eduardo Montoya <eduardo.montoya@nordicsemi.no>
This commit is contained in:
parent
c6e31a888f
commit
b2ca577256
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@
|
|||
#ifndef ZEPHYR_LIB_LIBC_MINIMAL_INCLUDE_STRINGS_H_
|
||||
#define ZEPHYR_LIB_LIBC_MINIMAL_INCLUDE_STRINGS_H_
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue