adding missing include for <stdint.h> to allow use of the likes of uint32_t

Rohit Grover 2016-06-09 11:10:30 +01:00 committed by Rohit Grover
parent 683dccd1df
commit 20e945874b
1 changed files with 2 additions and 1 deletions

View File

@ -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