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:
parent
3134aacd6b
commit
f1a45d77fb
@ -12,6 +12,7 @@
|
|||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include "system_wrappers/interface/data_log_c.h"
|
#include "system_wrappers/interface/data_log_c.h"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user