commit | f4dd543d927a5a86585b1d925f20d504366b633d | [log] [tgz] |
---|---|---|
author | Greg Clayton <gclayton@apple.com> | Wed Feb 09 21:12:40 2011 +0000 |
committer | Greg Clayton <gclayton@apple.com> | Wed Feb 09 21:12:40 2011 +0000 |
tree | 66681cf42f6068c5a0a89cc93029197a9c80798c | |
parent | 5eec5f0422cd233d2cd3c6aa832f8b52939f685c [diff] [blame] |
Missed part of a patch from Stephen Wilson. llvm-svn: 125220
diff --git a/lldb/source/Host/common/File.cpp b/lldb/source/Host/common/File.cpp index e4b7f05..0901127 100644 --- a/lldb/source/Host/common/File.cpp +++ b/lldb/source/Host/common/File.cpp
@@ -11,6 +11,7 @@ #include "lldb/Host/File.h" #include <fcntl.h> +#include <stdarg.h> #include "lldb/Core/Error.h" #include "lldb/Host/Config.h"