summaryrefslogtreecommitdiffstats
path: root/libs/utils/futex_synchro.c
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2009-07-21 11:16:54 -0700
committerJean-Baptiste Queru <jbq@google.com>2009-07-21 11:16:54 -0700
commit4d3b5c1e36f2a3746a1c87f8af97d4fe97e8f49e (patch)
tree253e04766c56308bdea922e22a75acafa43b666f /libs/utils/futex_synchro.c
parent512837cef2b7203123d0b8df7ad49454ce932a75 (diff)
downloadframeworks_native-4d3b5c1e36f2a3746a1c87f8af97d4fe97e8f49e.zip
frameworks_native-4d3b5c1e36f2a3746a1c87f8af97d4fe97e8f49e.tar.gz
frameworks_native-4d3b5c1e36f2a3746a1c87f8af97d4fe97e8f49e.tar.bz2
donut snapshot
Diffstat (limited to 'libs/utils/futex_synchro.c')
-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