AES builds and works now on ARM64.
This commit is contained in:
parent
afcbc6dd9f
commit
04f6140da6
3 changed files with 13 additions and 2 deletions
|
@ -28,6 +28,9 @@
|
|||
#include <sys/stat.h>
|
||||
#include <sys/uio.h>
|
||||
#include <dirent.h>
|
||||
#ifdef __LINUX__
|
||||
#include <sys/auxv.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef __WINDOWS__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue