diff options
-rw-r--r-- | src/console/vtxprintf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/console/vtxprintf.c b/src/console/vtxprintf.c index fba76bcb71..cfba6db420 100644 --- a/src/console/vtxprintf.c +++ b/src/console/vtxprintf.c @@ -6,6 +6,7 @@ #include <console/vtxprintf.h> #include <ctype.h> +#include <stdarg.h> #include <string.h> #include <types.h> |