Include stddef.h to make the size_t visible. Resolves a simulator
build break caused by a use of ashmem.h in an environment without size_t.
This commit is contained in:
parent
17128f6e43
commit
143b370748
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@
|
|||
#ifndef _CUTILS_ASHMEM_H
|
||||
#define _CUTILS_ASHMEM_H
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue