Skip to content

Commit 1ca0179

Browse files
author
Cruz Monrreal
authored
Merge pull request #7136 from 0xc0170/fix_error_memcpy
error: fix undeclared memcpy
2 parents fd666ff + 4f90f4c commit 1ca0179

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

platform/mbed_error.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
*/
1616
#include <stdlib.h>
1717
#include <stdarg.h>
18+
#include <string.h>
1819
#include "device.h"
1920
#include "platform/mbed_critical.h"
2021
#include "platform/mbed_error.h"

0 commit comments

Comments
 (0)