Closed kelvium closed 2 weeks ago
i reported this bug on their bug tracker: https://bugs.chromium.org/p/webrtc/issues/detail?id=15556 not sure if it's their problem, so reporting it here too my proposed patch is:
--- a/src/rtc_base/system/file_wrapper.h +++ b/src/rtc_base/system/file_wrapper.h @@ -11,9 +11,10 @@ #ifndef RTC_BASE_SYSTEM_FILE_WRAPPER_H_ #define RTC_BASE_SYSTEM_FILE_WRAPPER_H_ #include <stddef.h> #include <stdio.h> +#include <stdint.h> #include <string> #include "absl/strings/string_view.h"
The bug has been fixed upstream.
Is this still an issue?
i reported this bug on their bug tracker: https://bugs.chromium.org/p/webrtc/issues/detail?id=15556 not sure if it's their problem, so reporting it here too my proposed patch is: