mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-02 02:21:04 +00:00
Add stdlib.h include to hello.c sample
This commit is contained in:
parent
1a607a1b9a
commit
276ebb650e
|
@ -28,6 +28,7 @@
|
||||||
#if defined(MBEDTLS_PLATFORM_C)
|
#if defined(MBEDTLS_PLATFORM_C)
|
||||||
#include "mbedtls/platform.h"
|
#include "mbedtls/platform.h"
|
||||||
#else
|
#else
|
||||||
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#define mbedtls_printf printf
|
#define mbedtls_printf printf
|
||||||
#define MBEDTLS_EXIT_SUCCESS EXIT_SUCCESS
|
#define MBEDTLS_EXIT_SUCCESS EXIT_SUCCESS
|
||||||
|
|
Loading…
Reference in a new issue