mirror of https://github.com/ARMmbed/mbed-os.git
Fixed size_t issue for mbed 2 builds
parent
88a4baa2ad
commit
000894d477
|
@ -20,6 +20,7 @@
|
|||
#define RETARGET_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
|
||||
/* We can get the following standard types from sys/types for gcc, but we
|
||||
* need to define the types ourselves for the other compilers that normally
|
||||
|
|
Loading…
Reference in New Issue