Fix sim-eng build.
Include <stddef.h> to get definition of size_t. Remove inclusion of <stdint.h>, which doesn't seem to be needed. Change-Id: Ib7ff231b5ec4b8c672084801fbb294a50cb7c3d7
This commit is contained in:
parent
eb42170e6c
commit
9f6d28dc45
|
@ -10,7 +10,7 @@
|
|||
#ifndef _CUTILS_ASHMEM_H
|
||||
#define _CUTILS_ASHMEM_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
Loading…
Reference in New Issue