Merge pull request #14655 from rwalton-arm/fix_missing_stub_include

mbedtls_stub: Add missing include
pull/14661/head
Martin Kojtal 2021-05-12 09:13:35 +02:00 committed by GitHub
commit a104dac9cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
* limitations under the License.
*/
#include <string.h> // memset
#include "mbedtls_stub.h"
mbedtls_stub_def mbedtls_stub;