mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 22:55:39 +01:00
selftest: fix build error in some configurations
Include stdlib.h for EXIT_FAILURE.
This commit is contained in:
parent
36816929e5
commit
83cd34a39e
@ -51,6 +51,7 @@
|
||||
#include "mbedtls/ecp.h"
|
||||
#include "mbedtls/timing.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user