AES builds and works now on ARM64.

This commit is contained in:
Adam Ierymenko 2020-09-16 22:47:13 +00:00
parent afcbc6dd9f
commit 04f6140da6
3 changed files with 13 additions and 2 deletions

View file

@ -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__