commit | ebfd2a468b3070fbd6376428a84615829760beb1 | [log] [tgz] |
---|---|---|
author | Yi Kong <yikong@google.com> | Mon Aug 19 23:58:50 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Aug 19 23:58:50 2019 +0000 |
tree | 0966a139190e6ab03d97ec3be67c23c0cd528ba4 | |
parent | ef356fa5bd7f7e6b658c303c6f81a8cb571e2bc7 [diff] | |
parent | 0f6537c437481f4dcbbd8b2f673dcab67ec68e02 [diff] |
Merge "Fix ODR violation"
diff --git a/adb/sysdeps.h b/adb/sysdeps.h index b08a13b..987f994 100644 --- a/adb/sysdeps.h +++ b/adb/sysdeps.h
@@ -33,6 +33,7 @@ // Include this before open/close/unlink are defined as macros below. #include <android-base/errors.h> #include <android-base/macros.h> +#include <android-base/off64_t.h> #include <android-base/unique_fd.h> #include <android-base/utf8.h>