diff options
author | Zachary Turner <zturner@google.com> | 2017-03-22 00:27:24 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2017-03-22 00:27:24 +0000 |
commit | aaedf891019203cec1552b166edb2bf9972b3b14 (patch) | |
tree | 3a19dc225a55423bf1d42bb47c34a66208c43d68 /lldb/source/API/SBFileSpec.cpp | |
parent | 573b13fb9c6f80a9d00cd5c660fc57850e5bf425 (diff) | |
download | bcm5719-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.cpp | 1 |
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" |