Fix exporting iotsafe functions by adding missing include in iotsafe.c.

This commit is contained in:
Kareem 2021-09-13 16:45:18 -07:00
parent 4d49ab6342
commit 39ce723577

View File

@ -21,6 +21,10 @@
/* IoT-safe module for communication with IoT-safe applet on SIM card */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <wolfssl/wolfcrypt/settings.h>
#ifdef WOLFSSL_IOTSAFE