aboutsummaryrefslogtreecommitdiff
path: root/tftf/framework/nvm_results_helpers.c
diff options
context:
space:
mode:
Diffstat (limited to 'tftf/framework/nvm_results_helpers.c')
-rw-r--r--tftf/framework/nvm_results_helpers.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/tftf/framework/nvm_results_helpers.c b/tftf/framework/nvm_results_helpers.c
index 34ef19f42..78df642fb 100644
--- a/tftf/framework/nvm_results_helpers.c
+++ b/tftf/framework/nvm_results_helpers.c
@@ -4,14 +4,18 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
+/*
+ * The include of stdarg.h is not in alphabetical order because it needs to be
+ * included before stdio.h. Fixing this would require further changes.
+ */
#include <arch_helpers.h>
+#include <stdarg.h>
#include <assert.h>
#include <debug.h>
#include <nvm.h>
#include <platform.h>
#include <spinlock.h>
-#include <stdarg.h>
-#include <string.h>
+#include <stdio.h>
/*
* Temporary buffer to store 1 test output.