Revert "Removes bionic's dependence on stlport"

This reverts commit 4d35da1df8.

Change-Id: Ie9a2620441edb55dbc5949e13a4b913ea4e66797
This commit is contained in:
Dan Albert
2014-05-19 23:46:51 +00:00
parent 4d35da1df8
commit 7a39094465
4 changed files with 6 additions and 7 deletions

View File

@@ -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) {