diff options
author | Greg Clayton <gclayton@apple.com> | 2012-01-10 02:52:21 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2012-01-10 02:52:21 +0000 |
commit | 99e6e2f6f08cb26cf500a681b27cc70d04b08fb9 (patch) | |
tree | f948d5077fd87b2e765e10bbac0229d7b6c8a90f | |
parent | 33976a6365fd2720cfe8c1016ea07dc690e32c09 (diff) | |
download | bcm5719-llvm-99e6e2f6f08cb26cf500a681b27cc70d04b08fb9.tar.gz bcm5719-llvm-99e6e2f6f08cb26cf500a681b27cc70d04b08fb9.zip |
Fix for linux build.
llvm-svn: 147834
-rw-r--r-- | lldb/include/lldb/Host/Host.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/include/lldb/Host/Host.h b/lldb/include/lldb/Host/Host.h index 846b2b4f644..d80fab4beea 100644 --- a/lldb/include/lldb/Host/Host.h +++ b/lldb/include/lldb/Host/Host.h @@ -11,6 +11,7 @@ #define liblldb_Host_h_ #if defined(__cplusplus) +#include <stdarg.h> #include "lldb/lldb-private.h" #include "lldb/Core/StringList.h" |