[Lldb-commits] [lldb] r122127 - in /lldb/trunk/include/lldb/API: SBCommandReturnObject.h SBStream.h

Greg Clayton gclayton at apple.com
Fri Dec 17 17:52:08 PST 2010


Author: gclayton
Date: Fri Dec 17 19:52:08 2010
New Revision: 122127

URL: http://llvm.org/viewvc/llvm-project?rev=122127&view=rev
Log:
Linux patches from Stephen Wilson.

Modified:
    lldb/trunk/include/lldb/API/SBCommandReturnObject.h
    lldb/trunk/include/lldb/API/SBStream.h

Modified: lldb/trunk/include/lldb/API/SBCommandReturnObject.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/API/SBCommandReturnObject.h?rev=122127&r1=122126&r2=122127&view=diff
==============================================================================
--- lldb/trunk/include/lldb/API/SBCommandReturnObject.h (original)
+++ lldb/trunk/include/lldb/API/SBCommandReturnObject.h Fri Dec 17 19:52:08 2010
@@ -10,6 +10,8 @@
 #ifndef LLDB_SBCommandReturnObject_h_
 #define LLDB_SBCommandReturnObject_h_
 
+#include <stdio.h>
+
 #include "lldb/API/SBDefines.h"
 
 namespace lldb {

Modified: lldb/trunk/include/lldb/API/SBStream.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/API/SBStream.h?rev=122127&r1=122126&r2=122127&view=diff
==============================================================================
--- lldb/trunk/include/lldb/API/SBStream.h (original)
+++ lldb/trunk/include/lldb/API/SBStream.h Fri Dec 17 19:52:08 2010
@@ -10,6 +10,8 @@
 #ifndef LLDB_SBStream_h_
 #define LLDB_SBStream_h_
 
+#include <stdio.h>
+
 #include "lldb/API/SBDefines.h"
 
 namespace lldb {





More information about the lldb-commits mailing list