summaryrefslogtreecommitdiffstats
path: root/lldb/source/API
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2010-06-09 08:46:23 +0000
committerEli Friedman <eli.friedman@gmail.com>2010-06-09 08:46:23 +0000
commit9c68da971f57a8cd0970014d20d5c67ecfb31c31 (patch)
tree541240591d6af12e2efe853bc45cdbb9fa2c3300 /lldb/source/API
parent056113a211511de788837ab1a772703e91bf2aee (diff)
downloadbcm5719-llvm-9c68da971f57a8cd0970014d20d5c67ecfb31c31.tar.gz
bcm5719-llvm-9c68da971f57a8cd0970014d20d5c67ecfb31c31.zip
Per surrounding style, use stdarg.h instead of cstdio, etc.
llvm-svn: 105711
Diffstat (limited to 'lldb/source/API')
-rw-r--r--lldb/source/API/SBError.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/API/SBError.cpp b/lldb/source/API/SBError.cpp
index f2c6b58f08d..0e00d581bd5 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;
OpenPOWER on IntegriCloud