commit | 5821a3bf366a5d401930c2632fdb7acfe39046b2 | [log] [tgz] |
---|---|---|
author | Zachary Turner <zturner@google.com> | Mon Mar 20 23:55:20 2017 +0000 |
committer | Zachary Turner <zturner@google.com> | Mon Mar 20 23:55:20 2017 +0000 |
tree | a3257244016e1680cd9360c641909b85a1a31edd | |
parent | 076a2599388d8a9efa90207291310c16b9322b1a [diff] [blame] |
[Support] Fill the file_status struct with link count. Differential Revision: https://reviews.llvm.org/D31110 llvm-svn: 298326
diff --git a/lldb/source/Host/common/File.cpp b/lldb/source/Host/common/File.cpp index dcaf8ae..d7bb858 100644 --- a/lldb/source/Host/common/File.cpp +++ b/lldb/source/Host/common/File.cpp
@@ -19,6 +19,7 @@ #include "lldb/Host/windows/windows.h" #else #include <sys/ioctl.h> +#include <sys/stat.h> #include <termios.h> #endif