commit | c91e4ab26e3c738b599bb18b0f6e5cfb57fbea89 | [log] [tgz] |
---|---|---|
author | Daniel Malea <daniel.malea@intel.com> | Fri May 31 20:21:38 2013 +0000 |
committer | Daniel Malea <daniel.malea@intel.com> | Fri May 31 20:21:38 2013 +0000 |
tree | d85ceef1b1582bb9efec65d62f55014f8239aa5f | |
parent | 132c4a266c19eda30f5f12dda1d91a7cc5d4ddb5 [diff] [blame] |
Use C-style include to match style in file (instead of C++ style) - as per review comment from Dimitry Andric! llvm-svn: 183039
diff --git a/lldb/source/Core/Mangled.cpp b/lldb/source/Core/Mangled.cpp index 37812e0..e6ab0c7 100644 --- a/lldb/source/Core/Mangled.cpp +++ b/lldb/source/Core/Mangled.cpp
@@ -30,7 +30,7 @@ #include "lldb/Core/Timer.h" #include <ctype.h> #include <string.h> -#include <cstdlib> +#include <stdlib.h> using namespace lldb_private;