am 52b59127: am e7ec28bb: Merge "Exclude bionic private headers from include path"

* commit '52b59127d847bef1fd16efe2df578b3079b37918':
  Exclude bionic private headers from include path
diff --git a/libutils/Android.mk b/libutils/Android.mk
index dc3668b..856a86c 100644
--- a/libutils/Android.mk
+++ b/libutils/Android.mk
@@ -94,7 +94,7 @@
 LOCAL_CFLAGS += -Werror
 
 LOCAL_C_INCLUDES += \
-		bionic/libc/private \
+		bionic/libc \
 		external/zlib
 
 LOCAL_STATIC_LIBRARIES := \
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>