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
|
@ -10,6 +10,7 @@
|
|||
#ifndef _CUTILS_ASHMEM_H
|
||||
#define _CUTILS_ASHMEM_H
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
Loading…
Reference in New Issue