platform: includes string.h needed by memcpy and strlen

pull/9636/head
Veijo Pesonen 2019-02-07 12:17:08 +02:00
parent 099cbb1d30
commit 8bf6c6b9bf
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
* limitations under the License.
*/
#include <stdio.h>
#include <string.h>
#include "hal/gpio_api.h"
#include "platform/mbed_wait_api.h"
#include "platform/mbed_toolchain.h"