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
|
#ifndef __DRIVER_STORAGE_H
|
||||||
#define __DRIVER_STORAGE_H
|
#define __DRIVER_STORAGE_H
|
||||||
|
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif // __cplusplus
|
#endif // __cplusplus
|
||||||
|
|
Loading…
Reference in New Issue