From 20e945874bfb8fd359a4dfdc9ccc30891b4d1a0a Mon Sep 17 00:00:00 2001 From: Rohit Grover Date: Thu, 9 Jun 2016 11:10:30 +0100 Subject: [PATCH] adding missing include for to allow use of the likes of uint32_t --- storage/flash-journal/flash_journal.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/storage/flash-journal/flash_journal.h b/storage/flash-journal/flash_journal.h index 6bcb9db966..1136738684 100644 --- a/storage/flash-journal/flash_journal.h +++ b/storage/flash-journal/flash_journal.h @@ -22,7 +22,8 @@ extern "C" { #endif // __cplusplus -#include "storage-abstraction/Driver_Storage.h" +#include +#include "storage_abstraction/Driver_Storage.h" /** * General return codes. All Flash-Journal APIs return an int32_t to allow for