mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-21 21:36:21 +01:00
Fix missing include in non-default things
This commit is contained in:
parent
1cc0a3405c
commit
0c851ee1c8
2 changed files with 6 additions and 0 deletions
|
|
@ -36,6 +36,8 @@
|
|||
|
||||
#include "polarssl/md2.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#if defined(POLARSSL_FS_IO)
|
||||
#include <stdio.h>
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue