commit | 4d3b5c1e36f2a3746a1c87f8af97d4fe97e8f49e | [log] [tgz] |
---|---|---|
author | Jean-Baptiste Queru <jbq@google.com> | Tue Jul 21 11:16:54 2009 -0700 |
committer | Jean-Baptiste Queru <jbq@google.com> | Tue Jul 21 11:16:54 2009 -0700 |
tree | 253e04766c56308bdea922e22a75acafa43b666f | |
parent | 512837cef2b7203123d0b8df7ad49454ce932a75 [diff] [blame] |
donut snapshot
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