summaryrefslogtreecommitdiff
path: root/src/console/vtxprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/console/vtxprintf.c')
-rw-r--r--src/console/vtxprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/console/vtxprintf.c b/src/console/vtxprintf.c
index 23db037f5d..b515fb8c7f 100644
--- a/src/console/vtxprintf.c
+++ b/src/console/vtxprintf.c
@@ -4,9 +4,9 @@
* Copyright (C) 1991, 1992 Linus Torvalds
*/
-#include <string.h>
#include <console/console.h>
#include <console/vtxprintf.h>
+#include <string.h>
#define call_tx(x) tx_byte(x, data)