diff options
Diffstat (limited to 'adb/client/bugreport.cpp')
-rw-r--r-- | adb/client/bugreport.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/adb/client/bugreport.cpp b/adb/client/bugreport.cpp index abef86a68..346bb4b2c 100644 --- a/adb/client/bugreport.cpp +++ b/adb/client/bugreport.cpp @@ -25,8 +25,9 @@ #include <android-base/strings.h> #include "sysdeps.h" + #include "adb_utils.h" -#include "file_sync_service.h" +#include "client/file_sync_client.h" static constexpr char BUGZ_BEGIN_PREFIX[] = "BEGIN:"; static constexpr char BUGZ_PROGRESS_PREFIX[] = "PROGRESS:"; |