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"