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
This commit is contained in:
stefan@webrtc.org 2013-11-25 12:03:56 +00:00
parent 4ab4fc0044
commit 47fadba750
2 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@
#include "webrtc/modules/rtp_rtcp/source/forward_error_correction.h"
#include <assert.h>
#include <stdlib.h>
#include <string.h>
#include <algorithm>

View File

@ -12,6 +12,7 @@
#include <assert.h>
#include <math.h>
#include <stdlib.h>
#include <algorithm>