From 47fadba7502f852629cb635426047efb797c1e31 Mon Sep 17 00:00:00 2001 From: "stefan@webrtc.org" Date: Mon, 25 Nov 2013 12:03:56 +0000 Subject: [PATCH] Add include stdlib.h to files using abs. abs function is declared in stdlib.h Committing for alextaran@chromium.org. Reviewed here: http://review.webrtc.org/4239004/ TBR=mflodman@webrtc.org Review URL: https://webrtc-codereview.appspot.com/4349004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5170 4adac7df-926f-26a2-2b94-8c16560cd09d --- webrtc/modules/rtp_rtcp/source/forward_error_correction.cc | 1 + webrtc/video_engine/stream_synchronization.cc | 1 + 2 files changed, 2 insertions(+) diff --git a/webrtc/modules/rtp_rtcp/source/forward_error_correction.cc b/webrtc/modules/rtp_rtcp/source/forward_error_correction.cc index a892386a67..189e1b052f 100644 --- a/webrtc/modules/rtp_rtcp/source/forward_error_correction.cc +++ b/webrtc/modules/rtp_rtcp/source/forward_error_correction.cc @@ -11,6 +11,7 @@ #include "webrtc/modules/rtp_rtcp/source/forward_error_correction.h" #include +#include #include #include diff --git a/webrtc/video_engine/stream_synchronization.cc b/webrtc/video_engine/stream_synchronization.cc index fcff782000..6192dfa5bf 100644 --- a/webrtc/video_engine/stream_synchronization.cc +++ b/webrtc/video_engine/stream_synchronization.cc @@ -12,6 +12,7 @@ #include #include +#include #include