Add missing <stdlib.h> to data_log test.

BUG=
TEST=system_wrappers_unittests

Review URL: http://webrtc-codereview.appspot.com/256002

git-svn-id: http://webrtc.googlecode.com/svn/trunk@851 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
andrew@webrtc.org 2011-10-31 21:44:54 +00:00
parent 3134aacd6b
commit f1a45d77fb

View File

@ -12,6 +12,7 @@
#include <assert.h>
#include <string.h>
#include <stdlib.h>
#include "system_wrappers/interface/data_log_c.h"