summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Error.cpp
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2013-05-15 09:32:35 +0000
committerSylvestre Ledru <sylvestre@debian.org>2013-05-15 09:32:35 +0000
commite2af9ea00f15eb494b69ba4d4e7f424d4c3a7de9 (patch)
tree4ed81480f20e1ea2a0a34ec309526191da4d0733 /lldb/source/Core/Error.cpp
parent0588513e799064924373c0286ff1dfabfa6a4c60 (diff)
downloadbcm5719-llvm-e2af9ea00f15eb494b69ba4d4e7f424d4c3a7de9.tar.gz
bcm5719-llvm-e2af9ea00f15eb494b69ba4d4e7f424d4c3a7de9.zip
Only include under arm and an Apple system. Otherwise, it will fail under a GNU/Linux under ARM
llvm-svn: 181876
Diffstat (limited to 'lldb/source/Core/Error.cpp')
-rw-r--r--lldb/source/Core/Error.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Core/Error.cpp b/lldb/source/Core/Error.cpp
index 9de99be12f5..4f8c2661216 100644
--- a/lldb/source/Core/Error.cpp
+++ b/lldb/source/Core/Error.cpp
@@ -20,7 +20,7 @@
#include <cstdlib>
#include <cstring>
-#if defined (__arm__)
+#if defined (__arm__) && defined (__APPLE__)
#include <SpringBoardServices/SpringBoardServer.h>
#endif
OpenPOWER on IntegriCloud