mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #14655 from rwalton-arm/fix_missing_stub_include
mbedtls_stub: Add missing includepull/14661/head
commit
a104dac9cb
|
@ -15,6 +15,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include <string.h> // memset
|
||||
#include "mbedtls_stub.h"
|
||||
|
||||
mbedtls_stub_def mbedtls_stub;
|
||||
|
|
Loading…
Reference in New Issue