Skip to content

Commit 44a515d

Browse files
gekyadbridge
authored andcommitted
Fixed size_t issue for mbed 2 builds
1 parent 80fbde3 commit 44a515d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

platform/mbed_retarget.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#define RETARGET_H
2121

2222
#include <stdint.h>
23+
#include <stddef.h>
2324

2425
/* We can get the following standard types from sys/types for gcc, but we
2526
* need to define the types ourselves for the other compilers that normally

0 commit comments

Comments
 (0)