diff options
Diffstat (limited to 'third_party/boringssl/linux-arm/crypto/bn/armv4-mont.S')
-rw-r--r-- | third_party/boringssl/linux-arm/crypto/bn/armv4-mont.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/boringssl/linux-arm/crypto/bn/armv4-mont.S b/third_party/boringssl/linux-arm/crypto/bn/armv4-mont.S index 68dfb2c..fc671e8 100644 --- a/third_party/boringssl/linux-arm/crypto/bn/armv4-mont.S +++ b/third_party/boringssl/linux-arm/crypto/bn/armv4-mont.S @@ -1,5 +1,5 @@ #if defined(__arm__) -#include "arm_arch.h" +#include <openssl/arm_arch.h> .text .code 32 |