ta: storage: include <stdint.h>
ta/include/ta_storage.h uses uint32_t so it should include <stdint.h>.
Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
Reviewed-by: Joakim Bech <joakim.bech@linaro.org>
Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
Reviewed-by: Etienne Carriere <etienne.carriere@foss.st.com>
diff --git a/ta/include/ta_storage.h b/ta/include/ta_storage.h
index a4b1bc8..96bc560 100644
--- a/ta/include/ta_storage.h
+++ b/ta/include/ta_storage.h
@@ -4,6 +4,8 @@
* All rights reserved.
*/
+#include <stdint.h>
+
#ifndef __TA_STORAGE_H
#define __TA_STORAGE_H