diff options
author | Greg Clayton <gclayton@apple.com> | 2011-02-09 21:12:40 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2011-02-09 21:12:40 +0000 |
commit | f4dd543d927a5a86585b1d925f20d504366b633d (patch) | |
tree | 66681cf42f6068c5a0a89cc93029197a9c80798c /lldb/source/Host/common/File.cpp | |
parent | 5eec5f0422cd233d2cd3c6aa832f8b52939f685c (diff) | |
download | bcm5719-llvm-f4dd543d927a5a86585b1d925f20d504366b633d.tar.gz bcm5719-llvm-f4dd543d927a5a86585b1d925f20d504366b633d.zip |
Missed part of a patch from Stephen Wilson.
llvm-svn: 125220
Diffstat (limited to 'lldb/source/Host/common/File.cpp')
-rw-r--r-- | lldb/source/Host/common/File.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Host/common/File.cpp b/lldb/source/Host/common/File.cpp index e4b7f0542b8..09011272238 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" |