diff --git a/simd.c b/simd.c index e550369..c7e875f 100644 --- a/simd.c +++ b/simd.c @@ -16,6 +16,9 @@ * License along with this library; if not, see . */ +#include +#include + #include "library.h" #include "simd.h" @@ -209,4 +212,4 @@ int have_arm_crypto(void) return getauxval(AT_HWCAP2) & HWCAP2_AES; #endif } -#endif \ No newline at end of file +#endif