commit | 9c68da971f57a8cd0970014d20d5c67ecfb31c31 | [log] [tgz] |
---|---|---|
author | Eli Friedman <eli.friedman@gmail.com> | Wed Jun 09 08:46:23 2010 +0000 |
committer | Eli Friedman <eli.friedman@gmail.com> | Wed Jun 09 08:46:23 2010 +0000 |
tree | 541240591d6af12e2efe853bc45cdbb9fa2c3300 | |
parent | 056113a211511de788837ab1a772703e91bf2aee [diff] [blame] |
Per surrounding style, use stdarg.h instead of cstdio, etc. llvm-svn: 105711
diff --git a/lldb/source/API/SBError.cpp b/lldb/source/API/SBError.cpp index f2c6b58..0e00d58 100644 --- a/lldb/source/API/SBError.cpp +++ b/lldb/source/API/SBError.cpp
@@ -9,7 +9,7 @@ #include "lldb/API/SBError.h" #include "lldb/Core/Error.h" -#include <cstdarg> +#include <stdarg.h> using namespace lldb; using namespace lldb_private;