commit | 9516139c03e7e48b2c23a5b53dc4309989e54c6b | [log] [tgz] |
---|---|---|
author | Dmitriy Ivanov <dimitry@google.com> | Thu Jul 31 10:21:00 2014 -0700 |
committer | Dmitriy Ivanov <dimitry@google.com> | Thu Jul 31 10:21:00 2014 -0700 |
tree | eb37070cc5c2164fb975dd182a1ae13c2cef4b26 | |
parent | cddc97cb3a927d179a42e0fec77f0d267fcd74d1 [diff] [blame] |
Exclude bionic private headers from include path Change-Id: I8b1269a739a690af91c63fa0f7f8f01d2d43bb97
diff --git a/libutils/Threads.cpp b/libutils/Threads.cpp index cc7fe89..b09d510 100644 --- a/libutils/Threads.cpp +++ b/libutils/Threads.cpp
@@ -29,7 +29,7 @@ # include <sched.h> # include <sys/resource.h> #ifdef HAVE_ANDROID_OS -# include <bionic_pthread.h> +# include <private/bionic_pthread.h> #endif #elif defined(HAVE_WIN32_THREADS) # include <windows.h>