diff options
| author | Andy McFadden <fadden@android.com> | 2010-06-30 15:26:03 -0700 |
|---|---|---|
| committer | Andy McFadden <fadden@android.com> | 2010-06-30 22:20:49 -0700 |
| commit | 9f6d28dc454e053ddcfe21879e4575ac86654050 (patch) | |
| tree | 85a2c69b3ec8a45037bb073c65ed03938c4aa5ae /include/cutils | |
| parent | eb42170e6c8b70f11dca9965785aa04a80290c72 (diff) | |
| download | system_core-9f6d28dc454e053ddcfe21879e4575ac86654050.tar.gz system_core-9f6d28dc454e053ddcfe21879e4575ac86654050.tar.bz2 system_core-9f6d28dc454e053ddcfe21879e4575ac86654050.zip | |
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
Diffstat (limited to 'include/cutils')
| -rw-r--r-- | include/cutils/ashmem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cutils/ashmem.h b/include/cutils/ashmem.h index fd56dbef..25b233e6 100644 --- a/include/cutils/ashmem.h +++ b/include/cutils/ashmem.h @@ -10,7 +10,7 @@ #ifndef _CUTILS_ASHMEM_H #define _CUTILS_ASHMEM_H -#include <stdint.h> +#include <stddef.h> #ifdef __cplusplus extern "C" { |
