diff options
Diffstat (limited to 'src/libcryptobox/chacha20/avx2.S')
-rw-r--r-- | src/libcryptobox/chacha20/avx2.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcryptobox/chacha20/avx2.S b/src/libcryptobox/chacha20/avx2.S index 71b333045..efd0f5471 100644 --- a/src/libcryptobox/chacha20/avx2.S +++ b/src/libcryptobox/chacha20/avx2.S @@ -1,4 +1,4 @@ -#include "macro.S" +#include "../macro.S" #include "constants.S" SECTION_TEXT |