mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-21 21:36:21 +01:00
Fix missing/misplaced #include's
This commit is contained in:
parent
c3e3395c82
commit
981732bb8e
5 changed files with 7 additions and 1 deletions
|
|
@ -51,6 +51,7 @@
|
|||
#include "polarssl/platform.h"
|
||||
#else
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#define polarssl_free free
|
||||
#define polarssl_malloc malloc
|
||||
#define polarssl_snprintf snprintf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue