commit | 83cd34a39e1df8c3c3ad73212342022a1d3582b4 | [log] [tgz] |
---|---|---|
author | Gilles Peskine <Gilles.Peskine@arm.com> | Thu Dec 21 11:07:37 2017 +0100 |
committer | Gilles Peskine <Gilles.Peskine@arm.com> | Thu Dec 21 11:07:37 2017 +0100 |
tree | 78079a420c80ae0ea80e9bc549cefd15d27a1b3b | |
parent | 36816929e51c7df02ed5238f9e7628834b2e3a6f [diff] [blame] |
selftest: fix build error in some configurations Include stdlib.h for EXIT_FAILURE.
diff --git a/programs/test/selftest.c b/programs/test/selftest.c index d21d47c..846d34d 100644 --- a/programs/test/selftest.c +++ b/programs/test/selftest.c
@@ -51,6 +51,7 @@ #include "mbedtls/ecp.h" #include "mbedtls/timing.h" +#include <stdlib.h> #include <stdio.h> #include <string.h>