[Lldb-commits] [lldb] r147834 - /lldb/trunk/include/lldb/Host/Host.h

Greg Clayton gclayton at apple.com
Mon Jan 9 18:52:22 PST 2012


Author: gclayton
Date: Mon Jan  9 20:52:21 2012
New Revision: 147834

URL: http://llvm.org/viewvc/llvm-project?rev=147834&view=rev
Log:
Fix for linux build.


Modified:
    lldb/trunk/include/lldb/Host/Host.h

Modified: lldb/trunk/include/lldb/Host/Host.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Host/Host.h?rev=147834&r1=147833&r2=147834&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Host/Host.h (original)
+++ lldb/trunk/include/lldb/Host/Host.h Mon Jan  9 20:52:21 2012
@@ -11,6 +11,7 @@
 #define liblldb_Host_h_
 #if defined(__cplusplus)
 
+#include <stdarg.h>
 
 #include "lldb/lldb-private.h"
 #include "lldb/Core/StringList.h"





More information about the lldb-commits mailing list