From 39ce72357784d45c05099d9fc7256be502f3677d Mon Sep 17 00:00:00 2001 From: Kareem Date: Mon, 13 Sep 2021 16:45:18 -0700 Subject: [PATCH] Fix exporting iotsafe functions by adding missing include in iotsafe.c. --- wolfcrypt/src/port/iotsafe/iotsafe.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wolfcrypt/src/port/iotsafe/iotsafe.c b/wolfcrypt/src/port/iotsafe/iotsafe.c index a133433af..7470d40d3 100644 --- a/wolfcrypt/src/port/iotsafe/iotsafe.c +++ b/wolfcrypt/src/port/iotsafe/iotsafe.c @@ -21,6 +21,10 @@ /* IoT-safe module for communication with IoT-safe applet on SIM card */ +#ifdef HAVE_CONFIG_H + #include +#endif + #include #ifdef WOLFSSL_IOTSAFE