summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Nelissen <marcone@google.com>2009-05-22 12:30:07 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-05-22 12:30:07 -0700
commitfc5095f44ba46b57f4ef6179ee4d69ce3a7fe69a (patch)
treeae53f0a15341222a8ec4ffa88f269c3d97316df5
parentc518080c116b5c9a498c25ff3c76b778cd3d6598 (diff)
parent7198030fce4b54820a65a10d54fae18a1ab5df84 (diff)
downloadframeworks_base-fc5095f44ba46b57f4ef6179ee4d69ce3a7fe69a.zip
frameworks_base-fc5095f44ba46b57f4ef6179ee4d69ce3a7fe69a.tar.gz
frameworks_base-fc5095f44ba46b57f4ef6179ee4d69ce3a7fe69a.tar.bz2
am 7198030f: This should fix the simulator build.
Merge commit '7198030fce4b54820a65a10d54fae18a1ab5df84' * commit '7198030fce4b54820a65a10d54fae18a1ab5df84': This should fix the simulator build.
-rw-r--r--libs/utils/futex_synchro.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/utils/futex_synchro.c b/libs/utils/futex_synchro.c
index ba19520..ab48c69 100644
--- a/libs/utils/futex_synchro.c
+++ b/libs/utils/futex_synchro.c
@@ -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