selftest: fix build error in some configurations

Include stdlib.h for EXIT_FAILURE.
This commit is contained in:
Gilles Peskine
2017-12-21 11:07:37 +01:00
parent 36816929e5
commit 83cd34a39e
+1
View File
@@ -51,6 +51,7 @@
#include "mbedtls/ecp.h"
#include "mbedtls/timing.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>