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:
Sylvestre Ledru
2013-05-15 09:32:35 +00:00
parent 0588513e79
commit e2af9ea00f

View File

@@ -20,7 +20,7 @@
#include <cstdlib>
#include <cstring>
#if defined (__arm__)
#if defined (__arm__) && defined (__APPLE__)
#include <SpringBoardServices/SpringBoardServer.h>
#endif