summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/common/FileSpec.cpp
diff options
context:
space:
mode:
authorVirgile Bello <virgile.bello@gmail.com>2013-09-20 22:35:22 +0000
committerVirgile Bello <virgile.bello@gmail.com>2013-09-20 22:35:22 +0000
commit6957195ae500e5b69d04c60008069e7716200862 (patch)
tree9b7363fecc2e731f3278db27728ff92cd28d44bd /lldb/source/Host/common/FileSpec.cpp
parent1fd7ec75fcae2966530830df4a8c6a983733f515 (diff)
downloadbcm5719-llvm-6957195ae500e5b69d04c60008069e7716200862.tar.gz
bcm5719-llvm-6957195ae500e5b69d04c60008069e7716200862.zip
Various small changes for build of LLDB on Visual Studio 2013 RC (MSVC12)
llvm-svn: 191116
Diffstat (limited to 'lldb/source/Host/common/FileSpec.cpp')
-rw-r--r--lldb/source/Host/common/FileSpec.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/source/Host/common/FileSpec.cpp b/lldb/source/Host/common/FileSpec.cpp
index 4b8037aef11..33de198072d 100644
--- a/lldb/source/Host/common/FileSpec.cpp
+++ b/lldb/source/Host/common/FileSpec.cpp
@@ -14,7 +14,9 @@
#include "lldb/Host/windows/windows.h"
#endif
#include <fcntl.h>
+#ifndef _MSC_VER
#include <libgen.h>
+#endif
#include <sys/stat.h>
#include <set>
#include <string.h>
OpenPOWER on IntegriCloud