mirror of https://github.com/ARMmbed/mbed-os.git
adding missing include for <stdint.h> to allow use of the likes of uint32_t
parent
683dccd1df
commit
20e945874b
|
@ -22,7 +22,8 @@
|
|||
extern "C" {
|
||||
#endif // __cplusplus
|
||||
|
||||
#include "storage-abstraction/Driver_Storage.h"
|
||||
#include <stdint.h>
|
||||
#include "storage_abstraction/Driver_Storage.h"
|
||||
|
||||
/**
|
||||
* General return codes. All Flash-Journal APIs return an int32_t to allow for
|
||||
|
|
Loading…
Reference in New Issue