mirror of https://github.com/ARMmbed/mbed-os.git
error: fix undeclared memcpy
Some targets do not get string header file in, results in the warning: implicit declaration of function 'memcpy'pull/7136/head
parent
4fcaa56b77
commit
4f90f4c735
|
|
@ -15,6 +15,7 @@
|
|||
*/
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
#include <string.h>
|
||||
#include "device.h"
|
||||
#include "platform/mbed_critical.h"
|
||||
#include "platform/mbed_error.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue