mirror of https://github.com/ARMmbed/mbed-os.git
add missing include for stdint.h to Driver_Storage.h
parent
81ab477abc
commit
8396aafb5a
|
@ -18,6 +18,8 @@
|
|||
#ifndef __DRIVER_STORAGE_H
|
||||
#define __DRIVER_STORAGE_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif // __cplusplus
|
||||
|
|
Loading…
Reference in New Issue