commit | 73a4b804753e64d6f04444eefc55d708988e1d71 | [log] [tgz] |
---|---|---|
author | Simon Butcher <simon.butcher@arm.com> | Thu Jun 14 10:24:02 2018 +0100 |
committer | Simon Butcher <simon.butcher@arm.com> | Thu Jun 14 10:24:02 2018 +0100 |
tree | df929a672597dce48391ca1066c2a0e3d63a9e21 | |
parent | 9a8db56959739b8108956ec533e3e8febd2a65cf [diff] | |
parent | 02b9329f2b10c24480aedb39b843dfb1611a8190 [diff] |
Merge remote-tracking branch 'public/pr/1672' into development
diff --git a/library/entropy_poll.c b/library/entropy_poll.c index 67900c4..fd96258 100644 --- a/library/entropy_poll.c +++ b/library/entropy_poll.c
@@ -25,13 +25,14 @@ #include MBEDTLS_CONFIG_FILE #endif +#include <string.h> + #if defined(MBEDTLS_ENTROPY_C) #include "mbedtls/entropy.h" #include "mbedtls/entropy_poll.h" #if defined(MBEDTLS_TIMING_C) -#include <string.h> #include "mbedtls/timing.h" #endif #if defined(MBEDTLS_HAVEGE_C)