aboutsummaryrefslogtreecommitdiff
path: root/lib/libutee
diff options
context:
space:
mode:
authorJens Wiklander <jens.wiklander@linaro.org>2018-06-20 16:49:26 +0200
committerJérôme Forissier <jerome.forissier@linaro.org>2018-07-04 22:30:53 +0200
commit8a076f79bb033d6dabc302a772379406fc5b8aa6 (patch)
tree072c02682115280316526da5b92529fab2ba5b66 /lib/libutee
parent6c9c7a3f3763de86facb5f86b35a63dff8a38f9e (diff)
Use inttypes.h over stdint.h on some .h files
Uses inttypes.h over stdint.h on some .h files to be nice to U-boot. Acked-by: Jerome Forissier <jerome.forissier@linaro.org> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
Diffstat (limited to 'lib/libutee')
-rw-r--r--lib/libutee/include/tee_api_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libutee/include/tee_api_types.h b/lib/libutee/include/tee_api_types.h
index a89e5f17..0b232172 100644
--- a/lib/libutee/include/tee_api_types.h
+++ b/lib/libutee/include/tee_api_types.h
@@ -8,7 +8,7 @@
#define TEE_API_TYPES_H
#include <compiler.h>
-#include <stdint.h>
+#include <inttypes.h>
#include <stdbool.h>
#include <stddef.h>
#include <tee_api_defines.h>