Merge "Fix sim-eng build." into gingerbread

This commit is contained in:
Andy McFadden 2010-07-01 07:30:51 -07:00 committed by Android (Google) Code Review
commit cc4d11c245

View file

@ -10,7 +10,7 @@
#ifndef _CUTILS_ASHMEM_H #ifndef _CUTILS_ASHMEM_H
#define _CUTILS_ASHMEM_H #define _CUTILS_ASHMEM_H
#include <stdint.h> #include <stddef.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {