include cstdlib for free() and abort()
This previous CL added uses of free() and abort() without including cstdlib: https://webrtc-codereview.appspot.com/22449004 R=andrew@webrtc.org Review URL: https://webrtc-codereview.appspot.com/23559004 Patch from Mostyn Bramley-Moore <mostynb@opera.com>. git-svn-id: http://webrtc.googlecode.com/svn/trunk@7127 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
fa603981f2
commit
4ca66d691e
@ -12,8 +12,9 @@
|
||||
// src/base/logging.cc.
|
||||
|
||||
// Use the C++ version to provide __GLIBCXX__.
|
||||
#include <cstdio>
|
||||
#include <cstdarg>
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
|
||||
#if defined(__GLIBCXX__) && !defined(__UCLIBC__)
|
||||
#include <cxxabi.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user