commit | 143b370748150000fb54b676213470e736488766 | [log] [tgz] |
---|---|---|
author | Carl Shapiro <cshapiro@google.com> | Fri Feb 12 12:45:28 2010 -0800 |
committer | Carl Shapiro <cshapiro@google.com> | Fri Feb 12 12:45:28 2010 -0800 |
tree | 96ea2af7a77033f44d97d42a63922166fe1f8f13 | |
parent | 17128f6e433afae326a57a7961499f529f532c61 [diff] |
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.
diff --git a/include/cutils/ashmem.h b/include/cutils/ashmem.h index fd56dbe..30db184 100644 --- a/include/cutils/ashmem.h +++ b/include/cutils/ashmem.h
@@ -10,6 +10,7 @@ #ifndef _CUTILS_ASHMEM_H #define _CUTILS_ASHMEM_H +#include <stddef.h> #include <stdint.h> #ifdef __cplusplus