commit | 257082556976558deb1cb246d45c2ae1bdd7b34c | [log] [tgz] |
---|---|---|
author | Greg Clayton <gclayton@apple.com> | Fri Apr 01 18:18:34 2011 +0000 |
committer | Greg Clayton <gclayton@apple.com> | Fri Apr 01 18:18:34 2011 +0000 |
tree | 622bb2ec3f125ea14ac8d6c4c8195d0b24d6b432 | |
parent | 381f968161e2274c55706ead0baed444a26b5092 [diff] [blame] |
Some OpenBSD patches from Amit Kulkarni. git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@128721 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Host/common/File.cpp b/source/Host/common/File.cpp index 0901127..5a97bc9 100644 --- a/source/Host/common/File.cpp +++ b/source/Host/common/File.cpp
@@ -12,6 +12,7 @@ #include <fcntl.h> #include <stdarg.h> +#include <sys/stat.h> #include "lldb/Core/Error.h" #include "lldb/Host/Config.h"