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:
Carl Shapiro 2010-02-12 12:45:28 -08:00
parent 17128f6e43
commit 143b370748
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
#ifndef _CUTILS_ASHMEM_H
#define _CUTILS_ASHMEM_H
#include <stddef.h>
#include <stdint.h>
#ifdef __cplusplus