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
Martin Kojtal 2018-06-06 09:00:27 +01:00
parent 4fcaa56b77
commit 4f90f4c735
1 changed files with 1 additions and 0 deletions

View File

@ -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"