summaryrefslogtreecommitdiffstats
path: root/src/console
diff options
context:
space:
mode:
Diffstat (limited to 'src/console')
-rw-r--r--src/console/vsprintf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/console/vsprintf.c b/src/console/vsprintf.c
index 06b9e494a4da..68926397a661 100644
--- a/src/console/vsprintf.c
+++ b/src/console/vsprintf.c
@@ -1,6 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <console/vtxprintf.h>
+#include <stdarg.h>
#include <string.h>
struct vsnprintf_context {