Per surrounding style, use stdarg.h instead of cstdio, etc.



git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@105711 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/API/SBError.cpp b/source/API/SBError.cpp
index f2c6b58..0e00d58 100644
--- a/source/API/SBError.cpp
+++ b/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;