From 2257f6baf5fb0efedd7d7852bc81fb120198dfff Mon Sep 17 00:00:00 2001 From: David Benjamin Date: Fri, 15 Apr 2016 17:44:05 -0400 Subject: [PATCH] Fix include-what-you-use problem in android-pubkey.c. This fixes a problem building against BoringSSL master. Change-Id: Ib052c6a59454126a83e32e9a43391470aca7356a --- libcrypto_utils/android_pubkey.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libcrypto_utils/android_pubkey.c b/libcrypto_utils/android_pubkey.c index 9cd9aabe1..3052e52bf 100644 --- a/libcrypto_utils/android_pubkey.c +++ b/libcrypto_utils/android_pubkey.c @@ -20,6 +20,8 @@ #include #include +#include + // Better safe than sorry. #if (ANDROID_PUBKEY_MODULUS_SIZE % 4) != 0 #error RSA modulus size must be multiple of the word size!