diff options
Diffstat (limited to 'libc/bionic/pthread.c')
-rw-r--r-- | libc/bionic/pthread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/bionic/pthread.c b/libc/bionic/pthread.c index ac5e6bf..8eee136 100644 --- a/libc/bionic/pthread.c +++ b/libc/bionic/pthread.c @@ -44,7 +44,7 @@ #include <assert.h> #include <malloc.h> #include <bionic_futex.h> -#include <cutils/atomic-inline.h> +#include <bionic_atomic_inline.h> #include <sys/prctl.h> #include <sys/stat.h> #include <fcntl.h> |