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
This commit is contained in:
Andy McFadden 2010-06-30 15:26:03 -07:00
parent eb42170e6c
commit 9f6d28dc45
1 changed files with 1 additions and 1 deletions

View File

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