diff options
| author | Andy McFadden <fadden@android.com> | 2010-07-01 07:30:51 -0700 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-07-01 07:30:51 -0700 |
| commit | cc4d11c245d5b514ba758cc095a59cd481c92cae (patch) | |
| tree | 2734383805f0640553aafe9a9e5dd5f8d19afb19 | |
| parent | 931bdcc09a3d805cf25033951adb95c8e5159e46 (diff) | |
| parent | 9f6d28dc454e053ddcfe21879e4575ac86654050 (diff) | |
| download | system_core-cc4d11c245d5b514ba758cc095a59cd481c92cae.tar.gz system_core-cc4d11c245d5b514ba758cc095a59cd481c92cae.tar.bz2 system_core-cc4d11c245d5b514ba758cc095a59cd481c92cae.zip | |
Merge "Fix sim-eng build." into gingerbread
| -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" { |
