From 8fd099c2c64b091bfc0351a719b1ced0eda72051 Mon Sep 17 00:00:00 2001 From: Zhi Guan Date: Sun, 14 May 2017 09:51:05 +0800 Subject: [PATCH] fix SAF --- crypto/saf/saf_ec.c | 1 + crypto/saf/saf_keyhandle.c | 1 + crypto/saf/saf_lib.c | 1 + 3 files changed, 3 insertions(+) diff --git a/crypto/saf/saf_ec.c b/crypto/saf/saf_ec.c index fe8b4f5e..4ba99360 100644 --- a/crypto/saf/saf_ec.c +++ b/crypto/saf/saf_ec.c @@ -47,6 +47,7 @@ * ==================================================================== */ +#include #include #include #include diff --git a/crypto/saf/saf_keyhandle.c b/crypto/saf/saf_keyhandle.c index fd0df0f1..78dc8e6e 100644 --- a/crypto/saf/saf_keyhandle.c +++ b/crypto/saf/saf_keyhandle.c @@ -47,6 +47,7 @@ * ==================================================================== */ +#include #include #include #include diff --git a/crypto/saf/saf_lib.c b/crypto/saf/saf_lib.c index 9bb05618..a879d031 100644 --- a/crypto/saf/saf_lib.c +++ b/crypto/saf/saf_lib.c @@ -47,6 +47,7 @@ * ==================================================================== */ +#include #include #include "saf_lcl.h"