Revert "Removes bionic's dependence on stlport"
This reverts commit 4d35da1df8b74c1965b2201f6089e7d7bb352def.
Change-Id: Ie9a2620441edb55dbc5949e13a4b913ea4e66797
diff --git a/tests/time_test.cpp b/tests/time_test.cpp
index a089c3a..58cb374 100644
--- a/tests/time_test.cpp
+++ b/tests/time_test.cpp
@@ -27,7 +27,7 @@
#include "ScopedSignalHandler.h"
#if defined(__BIONIC__) // mktime_tz is a bionic extension.
-#include <bionic_time.h>
+#include <libc/private/bionic_time.h>
#endif // __BIONIC__
TEST(time, mktime_tz) {