aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndy McFadden <fadden@android.com>2010-07-01 07:30:51 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2010-07-01 07:30:51 -0700
commitcc4d11c245d5b514ba758cc095a59cd481c92cae (patch)
tree2734383805f0640553aafe9a9e5dd5f8d19afb19 /include
parent931bdcc09a3d805cf25033951adb95c8e5159e46 (diff)
parent9f6d28dc454e053ddcfe21879e4575ac86654050 (diff)
downloadsystem_core-cc4d11c245d5b514ba758cc095a59cd481c92cae.tar.gz
system_core-cc4d11c245d5b514ba758cc095a59cd481c92cae.tar.bz2
system_core-cc4d11c245d5b514ba758cc095a59cd481c92cae.zip
Merge "Fix sim-eng build." into gingerbread
Diffstat (limited to 'include')
-rw-r--r--include/cutils/ashmem.h2
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" {