summaryrefslogtreecommitdiff
path: root/lldb/source/API/SBFileSpecList.cpp
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2017-03-22 00:27:24 +0000
committerZachary Turner <zturner@google.com>2017-03-22 00:27:24 +0000
commitaaedf891019203cec1552b166edb2bf9972b3b14 (patch)
tree3a19dc225a55423bf1d42bb47c34a66208c43d68 /lldb/source/API/SBFileSpecList.cpp
parent573b13fb9c6f80a9d00cd5c660fc57850e5bf425 (diff)
Delete the remainder of platform specific code in FileSpec.
Differential Revision: https://reviews.llvm.org/D31129 llvm-svn: 298465
Diffstat (limited to 'lldb/source/API/SBFileSpecList.cpp')
-rw-r--r--lldb/source/API/SBFileSpecList.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/API/SBFileSpecList.cpp b/lldb/source/API/SBFileSpecList.cpp
index 508bfb4f17d0..f9e9020b97ef 100644
--- a/lldb/source/API/SBFileSpecList.cpp
+++ b/lldb/source/API/SBFileSpecList.cpp
@@ -14,6 +14,7 @@
#include "lldb/API/SBStream.h"
#include "lldb/Core/FileSpecList.h"
#include "lldb/Host/FileSpec.h"
+#include "lldb/Host/PosixApi.h"
#include "lldb/Utility/Log.h"
#include "lldb/Utility/Stream.h"