summaryrefslogtreecommitdiff
path: root/firmware/lib/cryptolib/rsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/lib/cryptolib/rsa.c')
-rw-r--r--firmware/lib/cryptolib/rsa.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/lib/cryptolib/rsa.c b/firmware/lib/cryptolib/rsa.c
index 897816e8..6d61a216 100644
--- a/firmware/lib/cryptolib/rsa.c
+++ b/firmware/lib/cryptolib/rsa.c
@@ -8,6 +8,8 @@
* support multiple RSA key lengths and hash digest algorithms.
*/
+#include "sysincludes.h"
+
#include "cryptolib.h"
#include "vboot_api.h"
#include "utility.h"