add missing include for stdint.h to Driver_Storage.h

pull/2219/head
Rohit Grover 2016-07-22 09:38:11 +01:00
parent 81ab477abc
commit 8396aafb5a
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@
#ifndef __DRIVER_STORAGE_H
#define __DRIVER_STORAGE_H
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
#endif // __cplusplus