commit | d95aabc9eb117803ee784777fc4ffd22c55ddf43 | [log] [tgz] |
---|---|---|
author | Marco Nelissen <marcone@google.com> | Fri May 22 12:25:56 2009 -0700 |
committer | Marco Nelissen <marcone@google.com> | Fri May 22 12:25:56 2009 -0700 |
tree | cc5c1903dc9bf9f22d2cc049338d77b3d761cd6a | |
parent | 610de0974e0b02c1e4fa9b381eca725c563411fb [diff] [blame] |
This should fix the simulator build.
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