]> git.saurik.com Git - apple/xnu.git/blobdiff - libsyscall/wrappers/remove-counter.c
xnu-4570.1.46.tar.gz
[apple/xnu.git] / libsyscall / wrappers / remove-counter.c
index d6a2846d8dc2dabdb8c15122412ced3bb939fc7c..f1757a654d8933253feb14c0af46ea8800ddc907 100644 (file)
@@ -22,6 +22,9 @@
  */
 
 #include <sys/types.h>
+#if defined(__arm__)
+#include <arm/arch.h>
+#endif
 
 #if defined(__ppc64__) || defined(__i386__) || defined(__x86_64__)
 static int64_t __remove_counter = 0;