mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-09-18 16:19:56 +00:00
selftest: fix build error in some configurations
Include stdlib.h for EXIT_FAILURE.
This commit is contained in:
@@ -51,6 +51,7 @@
|
||||
#include "mbedtls/ecp.h"
|
||||
#include "mbedtls/timing.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user