commit | 2b4d9b7f11624a86d02caf4f4ae30e4b05621241 | [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 | 74bcaa5fbbfe0c5465cfd31b43754988b3b104b0 | |
parent | ac4827fe05f1f696167b647391d87436115c43c5 [diff] [blame] |
Some OpenBSD patches from Amit Kulkarni. llvm-svn: 128721
diff --git a/lldb/source/Host/common/File.cpp b/lldb/source/Host/common/File.cpp index 0901127..5a97bc9 100644 --- a/lldb/source/Host/common/File.cpp +++ b/lldb/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"