commit | 276ebb650ed631c6748486d2f3344ed83b763a6a | [log] [tgz] |
---|---|---|
author | Andres Amaya Garcia <andres.amayagarcia@arm.com> | Mon Jul 03 11:16:57 2017 +0100 |
committer | Andres Amaya Garcia <andres.amayagarcia@arm.com> | Mon Jul 03 11:16:57 2017 +0100 |
tree | 3e6707d990187d00d6d8c4979cf402fe6fdd2ced | |
parent | 1a607a1b9aed054ed3cc14e882997b01da1c5807 [diff] [blame] |
Add stdlib.h include to hello.c sample
diff --git a/programs/hash/hello.c b/programs/hash/hello.c index a69154f..a0c08c7 100644 --- a/programs/hash/hello.c +++ b/programs/hash/hello.c
@@ -28,6 +28,7 @@ #if defined(MBEDTLS_PLATFORM_C) #include "mbedtls/platform.h" #else +#include <stdlib.h> #include <stdio.h> #define mbedtls_printf printf #define MBEDTLS_EXIT_SUCCESS EXIT_SUCCESS