diff options
Diffstat (limited to 'adb/sysdeps_win32_test.cpp')
-rw-r--r-- | adb/sysdeps_win32_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adb/sysdeps_win32_test.cpp b/adb/sysdeps_win32_test.cpp index 529b21215..183cd5b59 100644 --- a/adb/sysdeps_win32_test.cpp +++ b/adb/sysdeps_win32_test.cpp @@ -18,7 +18,7 @@ #include "sysdeps.h" -#include <android-base/test_utils.h> +#include <android-base/file.h> TEST(sysdeps_win32, adb_getenv) { // Insert all test env vars before first call to adb_getenv() which will |