This should fix the simulator build.

This commit is contained in:
Marco Nelissen 2009-05-22 12:25:56 -07:00 committed by Alex Ray
parent 61c60b1a81
commit a7470e498c
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@
// This futex glue code is need on desktop linux, but is already part of bionic.
#if !defined(HAVE_FUTEX_WRAPPERS)
#include <unistd.h>
#include <sys/syscall.h>
typedef unsigned int u32;
#define asmlinkage