diff options
| author | xumng123 <[email protected]> | 2021-04-13 16:12:11 +0000 |
|---|---|---|
| committer | xumng123 <[email protected]> | 2021-04-13 16:12:11 +0000 |
| commit | 537ce834986233a792ce02fa8b2db3e6cf7fa5ca (patch) | |
| tree | b1e92ff0b0c8010b99b1d9413935d42c59b077b0 /node/Utils.cpp | |
| parent | a7f652781faedfbf33d54ed27827423ff6d8c8b5 (diff) | |
yes
Diffstat (limited to 'node/Utils.cpp')
| -rw-r--r-- | node/Utils.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/node/Utils.cpp b/node/Utils.cpp index 34532698..a0bf0707 100644 --- a/node/Utils.cpp +++ b/node/Utils.cpp @@ -28,10 +28,12 @@ #include <sys/stat.h> #include <sys/uio.h> #include <dirent.h> +#ifdef ZT_ARCH_ARM_HAS_NEON #ifdef __LINUX__ #include <sys/auxv.h> #endif #endif +#endif #ifdef __WINDOWS__ #include <wincrypt.h> |
