xumng123 4 years ago
parent
commit
537ce83498
1 changed files with 2 additions and 0 deletions
  1. 2 0
      node/Utils.cpp

+ 2 - 0
node/Utils.cpp

@@ -28,10 +28,12 @@
 #include <sys/stat.h>
 #include <sys/stat.h>
 #include <sys/uio.h>
 #include <sys/uio.h>
 #include <dirent.h>
 #include <dirent.h>
+#ifdef ZT_ARCH_ARM_HAS_NEON
 #ifdef __LINUX__
 #ifdef __LINUX__
 #include <sys/auxv.h>
 #include <sys/auxv.h>
 #endif
 #endif
 #endif
 #endif
+#endif
 
 
 #ifdef __WINDOWS__
 #ifdef __WINDOWS__
 #include <wincrypt.h>
 #include <wincrypt.h>