summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBFileSpec.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/SBFileSpec.cpp
parent573b13fb9c6f80a9d00cd5c660fc57850e5bf425 (diff)
downloadbcm5719-llvm-aaedf891019203cec1552b166edb2bf9972b3b14.tar.gz
bcm5719-llvm-aaedf891019203cec1552b166edb2bf9972b3b14.zip
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/SBFileSpec.cpp')
-rw-r--r--lldb/source/API/SBFileSpec.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/API/SBFileSpec.cpp b/lldb/source/API/SBFileSpec.cpp
index 1039c5c1e96..ef22461e50a 100644
--- a/lldb/source/API/SBFileSpec.cpp
+++ b/lldb/source/API/SBFileSpec.cpp
@@ -13,6 +13,7 @@
#include "lldb/API/SBFileSpec.h"
#include "lldb/API/SBStream.h"
#include "lldb/Host/FileSpec.h"
+#include "lldb/Host/PosixApi.h"
#include "lldb/Utility/Log.h"
#include "lldb/Utility/Stream.h"
OpenPOWER on IntegriCloud