aboutsummaryrefslogtreecommitdiffstats
path: root/include/cutils
diff options
context:
space:
mode:
authorAndy McFadden <fadden@android.com>2010-06-30 15:26:03 -0700
committerAndy McFadden <fadden@android.com>2010-06-30 22:20:49 -0700
commit9f6d28dc454e053ddcfe21879e4575ac86654050 (patch)
tree85a2c69b3ec8a45037bb073c65ed03938c4aa5ae /include/cutils
parenteb42170e6c8b70f11dca9965785aa04a80290c72 (diff)
downloadsystem_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.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" {