View | Details | Raw Unified | Return to bug 204181
Collapse All | Expand All

(-)www/chromium/files/patch-third_party__webrtc__modules__remote_bitrate_estimator__overuse_detector.cc (+12 lines)
Line 0 Link Here
1
Include cstdio for sscanf. This allows chromium to be build with gcc 4.9.
2
3
--- third_party/webrtc/modules/remote_bitrate_estimator/overuse_detector.cc.orig	2015-10-30 16:43:12.000000000 +0100
4
+++ third_party/webrtc/modules/remote_bitrate_estimator/overuse_detector.cc	2015-10-30 16:43:29.000000000 +0100
5
@@ -11,6 +11,7 @@
6
 #include "webrtc/modules/remote_bitrate_estimator/overuse_detector.h"
7
 
8
 #include <algorithm>
9
+#include <cstdio>
10
 #include <sstream>
11
 #include <math.h>
12
 #include <stdlib.h>

Return to bug 204181