Add missing stdlib.h header to rsa sample programs

This commit is contained in:
Simon Butcher
2016-05-18 19:36:03 +01:00
parent 663638d202
commit c019035e8e
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -29,6 +29,7 @@
#include "mbedtls/platform.h"
#else
#include <stdio.h>
#include <stdlib.h>
#define mbedtls_printf printf
#define mbedtls_exit exit
#endif
+1
View File
@@ -29,6 +29,7 @@
#include "mbedtls/platform.h"
#else
#include <stdio.h>
#include <stdlib.h>
#define mbedtls_fprintf fprintf
#define mbedtls_printf printf
#define mbedtls_exit exit