mirror of
https://github.com/intel/llvm.git
synced 2026-02-08 00:50:03 +08:00
Only include under arm and an Apple system. Otherwise, it will fail under a GNU/Linux under ARM
llvm-svn: 181876
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
|
||||
#if defined (__arm__)
|
||||
#if defined (__arm__) && defined (__APPLE__)
|
||||
#include <SpringBoardServices/SpringBoardServer.h>
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user