commit | 80949d4e2bb738030a3211ea92b888c276993fe0 | [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 | 450a6db18186a9800d21175d33feef539ac17972 | |
parent | b5dcb4692b71de4c54fd1ac771af4b09c6643540 [diff] [blame] |
Missed part of a patch from Stephen Wilson. git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@125220 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Host/common/File.cpp b/source/Host/common/File.cpp index e4b7f05..0901127 100644 --- a/source/Host/common/File.cpp +++ b/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"