From b329a1683215e090e6af91450fe8e70c82e3307a Mon Sep 17 00:00:00 2001 From: Kareem Date: Mon, 23 May 2022 13:45:30 -0700 Subject: [PATCH] Update Zephyr fs.h path. --- wolfssl/wolfcrypt/wc_port.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolfssl/wolfcrypt/wc_port.h b/wolfssl/wolfcrypt/wc_port.h index 9c056ba4f..f6a7180e1 100644 --- a/wolfssl/wolfcrypt/wc_port.h +++ b/wolfssl/wolfcrypt/wc_port.h @@ -417,7 +417,7 @@ WOLFSSL_API int wolfCrypt_Cleanup(void); #define XFGETS(b,s,f) -2 /* Not ported yet */ #elif defined(WOLFSSL_ZEPHYR) - #include + #include #define XFILE struct fs_file_t* #define STAT struct fs_dirent