Merge pull request #7136 from 0xc0170/fix_error_memcpy

error: fix undeclared memcpy
pull/7166/head
Cruz Monrreal 2018-06-07 10:08:37 -05:00 committed by GitHub
commit 1ca017963e
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 @@
*/
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include "device.h"
#include "platform/mbed_critical.h"
#include "platform/mbed_error.h"