mirror of https://github.com/ARMmbed/mbed-os.git
platform: includes string.h needed by memcpy and strlen
parent
099cbb1d30
commit
8bf6c6b9bf
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue