summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndy McFadden <fadden@android.com>2010-07-01 07:33:21 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-07-01 07:33:21 -0700
commitefca22636f4036da32f2f6734926442f5ebb422b (patch)
tree235e3d0cf29b86054f9c4188cab8c03be909b1b7 /include
parenta8c7404956b4370162a87ae09b851266a4933b54 (diff)
parentcc4d11c245d5b514ba758cc095a59cd481c92cae (diff)
downloadsystem_core-efca22636f4036da32f2f6734926442f5ebb422b.zip
system_core-efca22636f4036da32f2f6734926442f5ebb422b.tar.gz
system_core-efca22636f4036da32f2f6734926442f5ebb422b.tar.bz2
am cc4d11c2: Merge "Fix sim-eng build." into gingerbread
Merge commit 'cc4d11c245d5b514ba758cc095a59cd481c92cae' into gingerbread-plus-aosp * commit 'cc4d11c245d5b514ba758cc095a59cd481c92cae': Fix sim-eng build.
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 fd56dbe..25b233e 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" {