diff options
Diffstat (limited to 'src/console')
-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 c429ac79e2..01091c82e8 100644 --- a/src/console/vtxprintf.c +++ b/src/console/vtxprintf.c @@ -16,6 +16,7 @@ */ #include <console/vtxprintf.h> +#include <ctype.h> #include <string.h> #define call_tx(x) tx_byte(x, data) |